diff options
| author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-10-30 14:32:47 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:11 -0400 |
| commit | af9d3bc203c9ecb66f5ca344090b61722d9b755a (patch) | |
| tree | 372e8caa25d74979bdb06964833602753b556442 /fs/bcachefs/super-io.h | |
| parent | bcachefs: Check for unsupported features (diff) | |
| download | linux-af9d3bc203c9ecb66f5ca344090b61722d9b755a.tar.gz linux-af9d3bc203c9ecb66f5ca344090b61722d9b755a.zip | |
bcachefs: stripe support for replicas tracking
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/super-io.h')
| -rw-r--r-- | fs/bcachefs/super-io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/super-io.h b/fs/bcachefs/super-io.h index ceef650d55dd..aa618fe9cd22 100644 --- a/fs/bcachefs/super-io.h +++ b/fs/bcachefs/super-io.h @@ -12,6 +12,7 @@ struct bch_sb_field *bch2_sb_field_get(struct bch_sb *, enum bch_sb_field_type); struct bch_sb_field *bch2_sb_field_resize(struct bch_sb_handle *, enum bch_sb_field_type, unsigned); +void bch2_sb_field_delete(struct bch_sb_handle *, enum bch_sb_field_type); #define field_to_type(_f, _name) \ container_of_or_null(_f, struct bch_sb_field_##_name, field) |
