diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 31b0fabdd2ea..a668c0116982 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -45,6 +45,7 @@ struct btrfs_device { | |||
45 | int barriers; | 45 | int barriers; |
46 | int writeable; | 46 | int writeable; |
47 | int in_fs_metadata; | 47 | int in_fs_metadata; |
48 | int missing; | ||
48 | 49 | ||
49 | spinlock_t io_lock; | 50 | spinlock_t io_lock; |
50 | 51 | ||
@@ -94,6 +95,7 @@ struct btrfs_fs_devices { | |||
94 | u64 num_devices; | 95 | u64 num_devices; |
95 | u64 open_devices; | 96 | u64 open_devices; |
96 | u64 rw_devices; | 97 | u64 rw_devices; |
98 | u64 missing_devices; | ||
97 | u64 total_rw_bytes; | 99 | u64 total_rw_bytes; |
98 | struct block_device *latest_bdev; | 100 | struct block_device *latest_bdev; |
99 | 101 | ||