aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index b502f01f79ed..37ae6e2126a1 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -144,6 +144,7 @@ struct btrfs_device_info {
144 struct btrfs_device *dev; 144 struct btrfs_device *dev;
145 u64 dev_offset; 145 u64 dev_offset;
146 u64 max_avail; 146 u64 max_avail;
147 u64 total_avail;
147}; 148};
148 149
149struct map_lookup { 150struct map_lookup {