aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_btree.c
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-07 06:11:05 -0400
committerBen Myers <bpm@sgi.com>2013-08-20 16:17:35 -0400
commit1cb9386354dbba25301d2aea370af52934f07ea7 (patch)
tree55f1b0bcb287548d86ea45a9625bdbeb44bd3cc7 /fs/xfs/xfs_btree.c
parentf6c27349241f7ecacbc4d883cd79fdddeeff027c (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.c2
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.