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/tier.h | |
parent | bb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (diff) |
Rename from bcache-tools to bcachefs-tools
Diffstat (limited to 'libbcache/tier.h')
-rw-r--r-- | libbcache/tier.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libbcache/tier.h b/libbcache/tier.h deleted file mode 100644 index b6f8d4a2..00000000 --- a/libbcache/tier.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _BCACHE_TIER_H -#define _BCACHE_TIER_H - -void bch_tiering_stop(struct bch_fs *); -int bch_tiering_start(struct bch_fs *); -void bch_fs_tiering_init(struct bch_fs *); - -#endif |