Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[cascardo/linux.git] / fs / btrfs / transaction.h
index efb1226..6cf0d37 100644 (file)
@@ -82,6 +82,7 @@ struct btrfs_transaction {
        spinlock_t dropped_roots_lock;
        struct btrfs_delayed_ref_root delayed_refs;
        int aborted;
+       struct btrfs_fs_info *fs_info;
 };
 
 #define __TRANS_FREEZABLE      (1U << 0)