summaryrefslogtreecommitdiff
path: root/transaction.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-08-28 17:43:10 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-08 16:15:05 +0200
commit0ee0b57f0b7ebfa72a2525afeecc353fd74aca03 (patch)
tree2ff809541a07d656449a36e4d23f48f63576fd23 /transaction.h
parentf2b0cbe8e83229512a6a0583f847e8e17e4cd0eb (diff)
btrfs-progs: store pointer to fs_info in transaction handle
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'transaction.h')
-rw-r--r--transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/transaction.h b/transaction.h
index fe6704e6..ccbecce9 100644
--- a/transaction.h
+++ b/transaction.h
@@ -23,6 +23,7 @@
#include "ctree.h"
struct btrfs_trans_handle {
+ struct btrfs_fs_info *fs_info;
u64 transid;
u64 alloc_exclude_start;
u64 alloc_exclude_nr;