summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-10-19 09:22:41 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:03:57 -0400
commit7936ca3883e5fef8ce5cc367a4356ad5fed67180 (patch)
treeee9f2ee67dd030951cb17f2a190cdcae1c2b8537 /fs/btrfs/ctree.c
parenta6b6e75e096f436f0cc56edf5bca96301e194491 (diff)
downloadop-kernel-dev-7936ca3883e5fef8ce5cc367a4356ad5fed67180.zip
op-kernel-dev-7936ca3883e5fef8ce5cc367a4356ad5fed67180.tar.gz
Btrfs: Default to 8k max packed tails
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r--fs/btrfs/ctree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 74fec6b..5496709 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -2380,7 +2380,7 @@ int btrfs_del_item(struct btrfs_trans_handle *trans, struct btrfs_root *root,
}
/* delete the leaf if it is mostly empty */
- if (0 && used < BTRFS_LEAF_DATA_SIZE(root) / 3) {
+ if (used < BTRFS_LEAF_DATA_SIZE(root) / 3) {
/* push_leaf_left fixes the path.
* make sure the path still points to our leaf
* for possible call to del_ptr below
OpenPOWER on IntegriCloud