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>
This commit is contained in:
parent
f6c2734924
commit
1cb9386354
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ xfs_btree_ptr_addr(
|
|||
}
|
||||
|
||||
/*
|
||||
* Get a the root block which is stored in the inode.
|
||||
* Get the root block which is stored in the inode.
|
||||
*
|
||||
* For now this btree implementation assumes the btree root is always
|
||||
* stored in the if_broot field of an inode fork.
|
||||
|
|
Loading…
Reference in a new issue