summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_foreground.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-07-22 13:27:00 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:08:43 -0400
commit3d080aa52f6c1bf10734ec4464a2204cbbd80671 (patch)
treef41ef5f695fe7b088064f26e7e1ab2ecf46b42af /fs/bcachefs/alloc_foreground.h
parent4fe7efa17713e3d0eecbd106adff3d1b039cc554 (diff)
downloadlinux-3d080aa52f6c1bf10734ec4464a2204cbbd80671.tar.gz
linux-3d080aa52f6c1bf10734ec4464a2204cbbd80671.tar.bz2
linux-3d080aa52f6c1bf10734ec4464a2204cbbd80671.zip
bcachefs: Delete unused arguments
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/alloc_foreground.h')
-rw-r--r--fs/bcachefs/alloc_foreground.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h
index e8357ec0b333..dc8574a1a76a 100644
--- a/fs/bcachefs/alloc_foreground.h
+++ b/fs/bcachefs/alloc_foreground.h
@@ -27,8 +27,7 @@ struct dev_alloc_list {
struct dev_alloc_list bch2_dev_alloc_list(struct bch_fs *,
struct dev_stripe_state *,
struct bch_devs_mask *);
-void bch2_dev_stripe_increment(struct bch_fs *, struct bch_dev *,
- struct dev_stripe_state *);
+void bch2_dev_stripe_increment(struct bch_dev *, struct dev_stripe_state *);
long bch2_bucket_alloc_new_fs(struct bch_dev *);