]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xfs: remove one blank line in xfs_btree_make_block_unfull()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Wed, 7 Aug 2013 10:11:03 +0000 (10:11 +0000)
committerBen 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

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 */