projects
/
GitHub
/
moto-9609
/
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:
ac0e300
)
xfs: remove one blank line in xfs_btree_make_block_unfull()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Wed, 7 Aug 2013 10:11:03 +0000
(10:11 +0000)
committer
Ben Myers
<bpm@sgi.com>
Tue, 20 Aug 2013 20:16:07 +0000
(15:16 -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 1ecc0410f545b377a65371701a48e7dcb5f006e3..eccc7881cea335dfcbb069702519d180f98788eb 100644
(file)
--- a/
fs/xfs/xfs_btree.c
+++ b/
fs/xfs/xfs_btree.c
@@
-2756,7
+2756,6
@@
xfs_btree_make_block_unfull(
if (numrecs < cur->bc_ops->get_dmaxrecs(cur, level)) {
/* A root block that can be made bigger. */
-
xfs_iroot_realloc(ip, 1, cur->bc_private.b.whichfork);
} else {
/* A root block that needs replacing */