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>
This commit is contained in:
parent
c7c1a7d8bb
commit
8be11e92b6
|
@ -357,7 +357,7 @@ xfs_bmap_disk_count_leaves(
|
|||
|
||||
/*
|
||||
* Recursively walks each level of a btree
|
||||
* to count total fsblocks is use.
|
||||
* to count total fsblocks in use.
|
||||
*/
|
||||
STATIC int /* error */
|
||||
xfs_bmap_count_tree(
|
||||
|
|
Loading…
Reference in New Issue