diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-06 21:02:34 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-07 08:31:10 -0400 |
| commit | c1e4446247b2a8919649fb9aae2d86f53bf3d1e3 (patch) | |
| tree | 7d99ef6d13b46ea23c1edf4004178ff07a79ec5c /fs/bcachefs/alloc_foreground.h | |
| parent | bcachefs: Add missing bch2_trans_begin() call (diff) | |
| download | linux-c1e4446247b2a8919649fb9aae2d86f53bf3d1e3.tar.gz linux-c1e4446247b2a8919649fb9aae2d86f53bf3d1e3.zip | |
bcachefs: Improved allocator debugging for ec
chasing down a device removal deadlock with erasure coding
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 6da9e7e29026..c78a64ec0553 100644 --- a/fs/bcachefs/alloc_foreground.h +++ b/fs/bcachefs/alloc_foreground.h @@ -223,7 +223,7 @@ static inline struct write_point_specifier writepoint_ptr(struct write_point *wp void bch2_fs_allocator_foreground_init(struct bch_fs *); void bch2_open_bucket_to_text(struct printbuf *, struct bch_fs *, struct open_bucket *); -void bch2_open_buckets_to_text(struct printbuf *, struct bch_fs *); +void bch2_open_buckets_to_text(struct printbuf *, struct bch_fs *, struct bch_dev *); void bch2_open_buckets_partial_to_text(struct printbuf *, struct bch_fs *); void bch2_write_points_to_text(struct printbuf *, struct bch_fs *); |
