aboutsummaryrefslogtreecommitdiffstats
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)
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 74fec6b83a8b..54967099a8eb 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,
2380 } 2380 }
2381 2381
2382 /* delete the leaf if it is mostly empty */ 2382 /* delete the leaf if it is mostly empty */
2383 if (0 && used < BTRFS_LEAF_DATA_SIZE(root) / 3) { 2383 if (used < BTRFS_LEAF_DATA_SIZE(root) / 3) {
2384 /* push_leaf_left fixes the path. 2384 /* push_leaf_left fixes the path.
2385 * make sure the path still points to our leaf 2385 * make sure the path still points to our leaf
2386 * for possible call to del_ptr below 2386 * for possible call to del_ptr below