diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-01 18:35:52 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-21 11:39:49 -0400 |
commit | ad8d1f77fc425f42d1b297486eea36864ae82c41 (patch) | |
tree | a02b2210b52c38c090347e630f8e8b4038c39868 /fs/bcachefs/ec.h | |
parent | 934137b0c066de53c6df3191c922f6e371fa45a7 (diff) |
bcachefs: bch2_dev_remove_stripes()
We can now correctly force-remove a device that has stripes on it; this
uses the new BCH_SB_MEMBER_INVALID sentinal value.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec.h')
-rw-r--r-- | fs/bcachefs/ec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h index 179a8674dac4..c432040238cd 100644 --- a/fs/bcachefs/ec.h +++ b/fs/bcachefs/ec.h @@ -251,6 +251,8 @@ static inline void ec_stripe_new_put(struct bch_fs *c, struct ec_stripe_new *s, } } +int bch2_dev_remove_stripes(struct bch_fs *, unsigned); + void bch2_ec_stop_dev(struct bch_fs *, struct bch_dev *); void bch2_fs_ec_stop(struct bch_fs *); void bch2_fs_ec_flush(struct bch_fs *); |