diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2021-04-29 15:37:47 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:09:02 -0400 |
commit | ac1019d32b31c8bca6e0e5f86b403e91a1da5786 (patch) | |
tree | da30a581ec66d286b7237bbf3f21156880603f73 /fs/bcachefs/ec.h | |
parent | e68031fb468aff9963d344d04e2de8824c83c8ae (diff) |
bcachefs: Clean up bch2_btree_and_journal_walk()
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec.h')
-rw-r--r-- | fs/bcachefs/ec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h index 744e51eaf327..e79626b59509 100644 --- a/fs/bcachefs/ec.h +++ b/fs/bcachefs/ec.h @@ -215,8 +215,7 @@ void bch2_ec_flush_new_stripes(struct bch_fs *); void bch2_stripes_heap_start(struct bch_fs *); -struct journal_keys; -int bch2_stripes_read(struct bch_fs *, struct journal_keys *); +int bch2_stripes_read(struct bch_fs *); int bch2_stripes_write(struct bch_fs *, unsigned); int bch2_ec_mem_alloc(struct bch_fs *, bool); |