btrfs: convert pr_* to btrfs_* where possible
[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)