projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c2734
)
xfs: fix the comment of xfs_btree_get_iroot()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Wed, 7 Aug 2013 10:11:05 +0000
(10:11 +0000)
committer
Ben Myers
<bpm@sgi.com>
Tue, 20 Aug 2013 20:17:35 +0000
(15:17 -0500)
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>
fs/xfs/xfs_btree.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_btree.c
b/fs/xfs/xfs_btree.c
index eccc7881cea335dfcbb069702519d180f98788eb..ae106f6dae4f480c28e0102aee579a9662177454 100644
(file)
--- a/
fs/xfs/xfs_btree.c
+++ b/
fs/xfs/xfs_btree.c
@@
-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.