Loading fs/xfs/xfs_btree.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/xfs/xfs_btree.c +0 −1 Original line number Diff line number Diff line Loading @@ -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