aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-11 23:14:52 -0400
committerBen Myers <bpm@sgi.com>2013-08-20 16:35:32 -0400
commit8be11e92b60b6f333c931d4c855e935d67649e80 (patch)
tree017d76db9c065d4654e209f71da9997df56aada1 /fs/xfs
parentc7c1a7d8bb45479e01ae47a8e8dbf4e769028f07 (diff)
xfs: fix the comment of xfs_bmap_count_tree()
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')
-rw-r--r--fs/xfs/xfs_bmap_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c
index cc2ab9b776b7..b6815916412f 100644
--- a/fs/xfs/xfs_bmap_util.c
+++ b/fs/xfs/xfs_bmap_util.c
@@ -357,7 +357,7 @@ xfs_bmap_disk_count_leaves(
357 357
358/* 358/*
359 * Recursively walks each level of a btree 359 * Recursively walks each level of a btree
360 * to count total fsblocks is use. 360 * to count total fsblocks in use.
361 */ 361 */
362STATIC int /* error */ 362STATIC int /* error */
363xfs_bmap_count_tree( 363xfs_bmap_count_tree(