btrfs: convert pr_* to btrfs_* where possible
[cascardo/linux.git] / fs / btrfs / transaction.h
index c5abee4..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)
@@ -128,6 +129,7 @@ struct btrfs_trans_handle {
         * Subvolume quota depends on this
         */
        struct btrfs_root *root;
+       struct btrfs_fs_info *fs_info;
        struct seq_list delayed_ref_elem;
        struct list_head qgroup_ref_list;
        struct list_head new_bgs;