bcachefs-tools/libbcache/super_types.h

12 lines
220 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _BCACHE_SUPER_TYPES_H
#define _BCACHE_SUPER_TYPES_H
struct bcache_superblock {
struct cache_sb *sb;
struct block_device *bdev;
struct bio *bio;
unsigned page_order;
};
#endif /* _BCACHE_SUPER_TYPES_H */