summaryrefslogtreecommitdiff
path: root/libbcachefs/tier.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-03-19 15:56:34 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-03-19 17:31:47 -0800
commit5ec39af8eaba49aee7bafa44c661da39e2f40dc3 (patch)
tree1fb1a981602cbf22c7d2b2dba1168c715d7cecb5 /libbcachefs/tier.h
parentbb1941de5378a7b8122d3575dcbc7d0aeb6326f0 (diff)
Rename from bcache-tools to bcachefs-tools
Diffstat (limited to 'libbcachefs/tier.h')
-rw-r--r--libbcachefs/tier.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbcachefs/tier.h b/libbcachefs/tier.h
new file mode 100644
index 00000000..a4fd6225
--- /dev/null
+++ b/libbcachefs/tier.h
@@ -0,0 +1,8 @@
+#ifndef _BCACHE_TIER_H
+#define _BCACHE_TIER_H
+
+void bch2_tiering_stop(struct bch_fs *);
+int bch2_tiering_start(struct bch_fs *);
+void bch2_fs_tiering_init(struct bch_fs *);
+
+#endif