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 7dda4985..9c1fd4ca 100644 --- a/libbcachefs/super_types.h +++ b/libbcachefs/super_types.h @@ -5,6 +5,7 @@ struct bch_sb_handle { struct bch_sb *sb; struct block_device *bdev; + char *sb_name; struct bio *bio; void *holder; size_t buffer_size; |