btrfs: qgroup: Record possible quota-related extent for qgroup.
[linux-2.6-block.git] / fs / btrfs / transaction.c
index 03a3ec7e31ea588862d346a3b20e772cf3bd13fc..3694d57e759f60e8923ecf2e85ef1936417f37b8 100644 (file)
@@ -225,6 +225,7 @@ loop:
        cur_trans->dirty_bg_run = 0;
 
        cur_trans->delayed_refs.href_root = RB_ROOT;
+       cur_trans->delayed_refs.dirty_extent_root = RB_ROOT;
        atomic_set(&cur_trans->delayed_refs.num_entries, 0);
        cur_trans->delayed_refs.num_heads_ready = 0;
        cur_trans->delayed_refs.pending_csums = 0;