summaryrefslogtreecommitdiff
path: root/libbcache/super_types.h
blob: d89f780f544fd68db38f7216cfe583e436c62c92 (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 cache_sb		*sb;
	struct block_device	*bdev;
	struct bio		*bio;
	unsigned		page_order;
};

#endif /* _BCACHE_SUPER_TYPES_H */