[PATCH 06/12] xfs: remove one blank line in xfs_btree_make_block_unfull()
zwu.kernel at gmail.com
zwu.kernel at gmail.com
Wed Aug 7 05:11:03 CDT 2013
From: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>
Signed-off-by: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>
---
fs/xfs/xfs_btree.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c
index 1ecc041..eccc788 100644
--- 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 */
--
1.7.11.7
More information about the xfs
mailing list