diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
| -rw-r--r-- | fs/btrfs/volumes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index ab5b1c49f352..78f2d4d4f37f 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
| @@ -100,6 +100,12 @@ struct btrfs_device { | |||
| 100 | struct reada_zone *reada_curr_zone; | 100 | struct reada_zone *reada_curr_zone; |
| 101 | struct radix_tree_root reada_zones; | 101 | struct radix_tree_root reada_zones; |
| 102 | struct radix_tree_root reada_extents; | 102 | struct radix_tree_root reada_extents; |
| 103 | |||
| 104 | /* for sending down flush barriers */ | ||
| 105 | struct bio *flush_bio; | ||
| 106 | struct completion flush_wait; | ||
| 107 | int nobarriers; | ||
| 108 | |||
| 103 | }; | 109 | }; |
| 104 | 110 | ||
| 105 | struct btrfs_fs_devices { | 111 | struct btrfs_fs_devices { |
