diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 06:11:05 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:17:35 -0400 |
commit | 1cb9386354dbba25301d2aea370af52934f07ea7 (patch) | |
tree | 55f1b0bcb287548d86ea45a9625bdbeb44bd3cc7 /fs/xfs/xfs_btree.c | |
parent | f6c27349241f7ecacbc4d883cd79fdddeeff027c (diff) |
xfs: fix the comment of xfs_btree_get_iroot()
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_btree.c')
-rw-r--r-- | fs/xfs/xfs_btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c index eccc7881cea3..ae106f6dae4f 100644 --- a/fs/xfs/xfs_btree.c +++ b/fs/xfs/xfs_btree.c | |||
@@ -510,7 +510,7 @@ xfs_btree_ptr_addr( | |||
510 | } | 510 | } |
511 | 511 | ||
512 | /* | 512 | /* |
513 | * Get a the root block which is stored in the inode. | 513 | * Get the root block which is stored in the inode. |
514 | * | 514 | * |
515 | * For now this btree implementation assumes the btree root is always | 515 | * For now this btree implementation assumes the btree root is always |
516 | * stored in the if_broot field of an inode fork. | 516 | * stored in the if_broot field of an inode fork. |