diff options
| author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-11 23:14:52 -0400 |
|---|---|---|
| committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:35:32 -0400 |
| commit | 8be11e92b60b6f333c931d4c855e935d67649e80 (patch) | |
| tree | 017d76db9c065d4654e209f71da9997df56aada1 | |
| parent | c7c1a7d8bb45479e01ae47a8e8dbf4e769028f07 (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>
| -rw-r--r-- | fs/xfs/xfs_bmap_util.c | 2 |
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 | */ |
| 362 | STATIC int /* error */ | 362 | STATIC int /* error */ |
| 363 | xfs_bmap_count_tree( | 363 | xfs_bmap_count_tree( |
