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 /libbcache/request.h | |
parent | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (diff) |
Rename from bcache-tools to bcachefs-tools
Diffstat (limited to 'libbcache/request.h')
-rw-r--r-- | libbcache/request.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libbcache/request.h b/libbcache/request.h deleted file mode 100644 index 1ee3d16f..00000000 --- a/libbcache/request.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _BCACHE_REQUEST_H_ -#define _BCACHE_REQUEST_H_ - -#include "stats.h" - -struct bch_fs; -struct cached_dev; -struct bcache_device; -struct kmem_cache; - -unsigned bch_get_congested(struct bch_fs *); - -void bch_cached_dev_request_init(struct cached_dev *dc); -void bch_blockdev_volume_request_init(struct bcache_device *d); - -#endif /* _BCACHE_REQUEST_H_ */ |