projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2533787
)
xfs: fix the comment of xfs_mountfs()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Mon, 12 Aug 2013 03:15:03 +0000
(
03:15
+0000)
committer
Ben Myers
<bpm@sgi.com>
Tue, 20 Aug 2013 20:53:07 +0000
(15:53 -0500)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_mount.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_mount.c
b/fs/xfs/xfs_mount.c
index dcf75a85908783446ccc36d0bc9d125be02a9fc5..38bcbbc21e9269286a0e4b2814ab37c8954ad3d6 100644
(file)
--- a/
fs/xfs/xfs_mount.c
+++ b/
fs/xfs/xfs_mount.c
@@
-732,7
+732,7
@@
xfs_mountfs(
xfs_set_inoalignment(mp);
/*
- * Check that the data (and log if separate)
are
an ok size.
+ * Check that the data (and log if separate)
is
an ok size.
*/
error = xfs_check_sizes(mp);
if (error)