diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-12 03:15:03 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:53:07 -0500 |
commit | c2bfbc9b485a750b6af4a97ff3ad22b576e74d20 (patch) | |
tree | 669a7be960b57a466888872d14c502ce2fdc420a /fs/xfs/xfs_mount.c | |
parent | 2533787a43b91ec362639ccc11151c8663f121a9 (diff) | |
download | op-kernel-dev-c2bfbc9b485a750b6af4a97ff3ad22b576e74d20.zip op-kernel-dev-c2bfbc9b485a750b6af4a97ff3ad22b576e74d20.tar.gz |
xfs: fix the comment of xfs_mountfs()
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>
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index dcf75a8..38bcbbc 100644 --- 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) |