aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-07 06:10:58 -0400
committerBen Myers <bpm@sgi.com>2013-08-20 15:42:16 -0400
commit0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f (patch)
tree849ed7ba52400a63ef17c87695e8860f9f3357f3
parent2ad01f53dc34ef3180e555d40b331f95f269a0fa (diff)
xfs: fix the comment of xfs_check_sizes()
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>
-rw-r--r--fs/xfs/xfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c
index 85b6aaa89e51..6e69e8a00671 100644
--- a/fs/xfs/xfs_mount.c
+++ b/fs/xfs/xfs_mount.c
@@ -527,7 +527,7 @@ xfs_set_inoalignment(xfs_mount_t *mp)
527} 527}
528 528
529/* 529/*
530 * Check that the data (and log if separate) are an ok size. 530 * Check that the data (and log if separate) is an ok size.
531 */ 531 */
532STATIC int 532STATIC int
533xfs_check_sizes(xfs_mount_t *mp) 533xfs_check_sizes(xfs_mount_t *mp)