btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.
[deliverable/linux.git] / fs / btrfs / transaction.c
index 6f49715cc12713f544e08b4f13124232babdf818..3e3793dcb4c235ee1cab8c1bc29edd2d6750db8d 100644 (file)
@@ -232,6 +232,7 @@ loop:
        cur_trans->delayed_refs.num_heads = 0;
        cur_trans->delayed_refs.flushing = 0;
        cur_trans->delayed_refs.run_delayed_start = 0;
+       cur_trans->delayed_refs.qgroup_to_skip = 0;
 
        /*
         * although the tree mod log is per file system and not per transaction,
This page took 0.092784 seconds and 5 git commands to generate.