commit | 9afbb0b752ef30a429c45b9de6706e28ad1a36e1 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Feb 15 13:19:35 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:00 2008 -0400 |
tree | 2e1d749ced02b62282fe899237c7595ebb6add63 | |
parent | df68b8a7ad4a18c9e63f1c12015a59c3b7031adb [diff] [blame] |
Btrfs: Disable tree defrag in SSD mode Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/tree-defrag.c b/fs/btrfs/tree-defrag.c index 5c58630..5935cbd 100644 --- a/fs/btrfs/tree-defrag.c +++ b/fs/btrfs/tree-defrag.c
@@ -179,6 +179,9 @@ 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;