mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-25 17:53:34 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue