forked from Minki/linux
xfs: remove one blank line in xfs_btree_make_block_unfull()
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>
This commit is contained in:
parent
ac0e300fa5
commit
7c3e664051
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user