aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-08-08 20:17:12 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-08-08 20:17:12 -0400
commit409eb95d7f6632d5af32b795244ce68a29e49319 (patch)
treed652da6d5c5055a5f090e3327e512d752d430279 /fs/btrfs/transaction.c
parent26b8003f10569a9155b7539ef5a7379ee0c6b050 (diff)
Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshot
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r--fs/btrfs/transaction.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index e64ecec3f52e..204337c5ca0f 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -364,6 +364,9 @@ int btrfs_defrag_dirty_roots(struct btrfs_fs_info *info)
364 break; 364 break;
365 } 365 }
366 root->defrag_running = 0; 366 root->defrag_running = 0;
367 radix_tree_tag_clear(&info->fs_roots_radix,
368 (unsigned long)root->root_key.objectid,
369 BTRFS_ROOT_DEFRAG_TAG);
367 } 370 }
368 } 371 }
369 btrfs_end_transaction(trans, tree_root); 372 btrfs_end_transaction(trans, tree_root);