diff options
| author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-09-20 16:17:46 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:27 -0400 |
| commit | ec350b90d73b7b8ead9f377c58efe04b12f6ba6e (patch) | |
| tree | cad3d69733c73407b84cd05373801784ae52fe66 /fs/bcachefs/alloc_foreground.h | |
| parent | bcachefs: Fix validation of replicas entries (diff) | |
| download | linux-ec350b90d73b7b8ead9f377c58efe04b12f6ba6e.tar.gz linux-ec350b90d73b7b8ead9f377c58efe04b12f6ba6e.zip | |
bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/alloc_foreground.h')
| -rw-r--r-- | fs/bcachefs/alloc_foreground.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h index 6d8ffb0cd06d..687f973e4b3a 100644 --- a/fs/bcachefs/alloc_foreground.h +++ b/fs/bcachefs/alloc_foreground.h @@ -106,7 +106,7 @@ void bch2_alloc_sectors_append_ptrs(struct bch_fs *, struct write_point *, void bch2_alloc_sectors_done(struct bch_fs *, struct write_point *); void bch2_open_buckets_stop_dev(struct bch_fs *, struct bch_dev *, - struct open_buckets *, enum bch_data_type); + struct open_buckets *); void bch2_writepoint_stop(struct bch_fs *, struct bch_dev *, struct write_point *); |
