aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index eef2cb7d7e78..202c8be6c05d 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -47,8 +47,10 @@ struct btrfs_trans_handle {
47}; 47};
48 48
49struct btrfs_pending_snapshot { 49struct btrfs_pending_snapshot {
50 struct dentry *dentry;
50 struct btrfs_root *root; 51 struct btrfs_root *root;
51 char *name; 52 char *name;
53 struct btrfs_key root_key;
52 struct list_head list; 54 struct list_head list;
53}; 55};
54 56