diff options
Diffstat (limited to 'libbcachefs/super_types.h')
-rw-r--r-- | libbcachefs/super_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super_types.h b/libbcachefs/super_types.h index 87d159b9..0e5a14fc 100644 --- a/libbcachefs/super_types.h +++ b/libbcachefs/super_types.h @@ -4,6 +4,7 @@ struct bch_sb_handle { struct bch_sb *sb; + struct bdev_handle *bdev_handle; struct block_device *bdev; char *sb_name; struct bio *bio; |