From: Chris Mason Date: Tue, 29 Jan 2008 21:06:37 +0000 (-0500) Subject: Btrfs: Leave on the tree defragger in mount -o ssd, it still helps there X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=b3236e68bf86b3ae87f58984a1822369225211cb;p=linux-edison.git Btrfs: Leave on the tree defragger in mount -o ssd, it still helps there Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/tree-defrag.c b/fs/btrfs/tree-defrag.c index 5935cbd8f2b..5c58630dce0 100644 --- a/fs/btrfs/tree-defrag.c +++ b/fs/btrfs/tree-defrag.c @@ -179,9 +179,6 @@ int btrfs_defrag_leaves(struct btrfs_trans_handle *trans, if (root->ref_cows == 0 && !is_extent) goto out; - if (btrfs_test_opt(root, SSD)) - goto out; - path = btrfs_alloc_path(); if (!path) return -ENOMEM;