xfs: remove one blank line in xfs_btree_make_block_unfull()
authorZhi Yong Wu <[email protected]>
Wed, 7 Aug 2013 10:11:03 +0000 (10:11 +0000)
committerBen Myers <[email protected]>
Tue, 20 Aug 2013 20:16:07 +0000 (15:16 -0500)
Signed-off-by: Zhi Yong Wu <[email protected]>
Reviewed-by: Mark Tinguely <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
fs/xfs/xfs_btree.c

index 1ecc0410f545b377a65371701a48e7dcb5f006e3..eccc7881cea335dfcbb069702519d180f98788eb 100644 (file)
@@ -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 */