diff options
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index df2ca2aad1c0..f5adb23151fb 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h | |||
@@ -52,6 +52,11 @@ struct btrfs_pending_snapshot { | |||
52 | struct list_head list; | 52 | struct list_head list; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | struct btrfs_dirty_root { | ||
56 | struct list_head list; | ||
57 | struct btrfs_root *root; | ||
58 | struct btrfs_root *latest_root; | ||
59 | }; | ||
55 | 60 | ||
56 | static inline void btrfs_set_trans_block_group(struct btrfs_trans_handle *trans, | 61 | static inline void btrfs_set_trans_block_group(struct btrfs_trans_handle *trans, |
57 | struct inode *inode) | 62 | struct inode *inode) |