diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-19 15:56:34 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2017-03-19 17:31:47 -0800 |
commit | 5ec39af8eaba49aee7bafa44c661da39e2f40dc3 (patch) | |
tree | 1fb1a981602cbf22c7d2b2dba1168c715d7cecb5 /libbcachefs/super_types.h | |
parent | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (diff) |
Rename from bcache-tools to bcachefs-tools
Diffstat (limited to 'libbcachefs/super_types.h')
-rw-r--r-- | libbcachefs/super_types.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libbcachefs/super_types.h b/libbcachefs/super_types.h new file mode 100644 index 00000000..69c747de --- /dev/null +++ b/libbcachefs/super_types.h @@ -0,0 +1,12 @@ +#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; + fmode_t mode; +}; + +#endif /* _BCACHE_SUPER_TYPES_H */ |