summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/ec.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-02-18 22:11:50 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:09:54 -0400
commit27616a31241e0625ee063f2cacd8c8e339b2de65 (patch)
treede3a0ccf8a385bcf762e5312007d0a254b4ff84e /fs/bcachefs/ec.h
parent4b1e669995a6c19f1e1cc8a600101edf7fe9277e (diff)
downloadlinux-27616a31241e0625ee063f2cacd8c8e339b2de65.tar.gz
linux-27616a31241e0625ee063f2cacd8c8e339b2de65.tar.bz2
linux-27616a31241e0625ee063f2cacd8c8e339b2de65.zip
bcachefs: Simplify ec stripes heap
Now that we have a separate data structure for tracking open stripes, the stripes heap can track all existing stripes, which is a nice simplification. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec.h')
-rw-r--r--fs/bcachefs/ec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h
index 0a69114bb160..c9e4fb214649 100644
--- a/fs/bcachefs/ec.h
+++ b/fs/bcachefs/ec.h
@@ -217,8 +217,6 @@ void bch2_ec_stop_dev(struct bch_fs *, struct bch_dev *);
void bch2_ec_flush_new_stripes(struct bch_fs *);
-void bch2_stripes_heap_start(struct bch_fs *);
-
int bch2_stripes_read(struct bch_fs *);
void bch2_stripes_heap_to_text(struct printbuf *, struct bch_fs *);