projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad01f5
)
xfs: fix the comment of xfs_check_sizes()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Wed, 7 Aug 2013 10:10:58 +0000
(10:10 +0000)
committer
Ben Myers
<bpm@sgi.com>
Tue, 20 Aug 2013 19:42:16 +0000
(14:42 -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
|
history
diff --git
a/fs/xfs/xfs_mount.c
b/fs/xfs/xfs_mount.c
index
85b6aaa
..
6e69e8a
100644
(file)
--- a/
fs/xfs/xfs_mount.c
+++ b/
fs/xfs/xfs_mount.c
@@
-527,7
+527,7
@@
xfs_set_inoalignment(xfs_mount_t *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.
*/
STATIC int
xfs_check_sizes(xfs_mount_t *mp)