summaryrefslogtreecommitdiff
path: root/libbcache/super_types.h
blob: 41eaf0dd50d28565868b71987e96c826df471dff (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _BCACHE_SUPER_TYPES_H
#define _BCACHE_SUPER_TYPES_H

struct bcache_superblock {
	struct bch_sb		*sb;
	struct block_device	*bdev;
	struct bio		*bio;
	unsigned		page_order;
};

#endif /* _BCACHE_SUPER_TYPES_H */