diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-04-06 06:07:46 +0200 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-05-08 23:29:22 +0200 |
commit | ffcbec607613bf8f83c06ae2d3cfe017de52f917 (patch) | |
tree | b53267324d1603abd62af428777b65e8617150bb /fs/bcachefs/opts.h | |
parent | bcachefs: CodingStyle (diff) | |
download | linux-ffcbec607613bf8f83c06ae2d3cfe017de52f917.tar.xz linux-ffcbec607613bf8f83c06ae2d3cfe017de52f917.zip |
bcachefs: Kill opts.buckets_nouse
Now explicitly allocate and free the buckets_nouse bitmap - this is
going to be used for online fsck.
To go RW when we haven't check allocations, we'll do a much slimmed down
version that just initializes the buckets_nouse bitmaps.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/opts.h')
-rw-r--r-- | fs/bcachefs/opts.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index 74f4d92849bb..25530e0bb2f3 100644 --- a/fs/bcachefs/opts.h +++ b/fs/bcachefs/opts.h @@ -426,11 +426,6 @@ enum fsck_err_opts { BCH_SB_VERSION_UPGRADE, BCH_VERSION_UPGRADE_compatible, \ NULL, "Set superblock to latest version,\n" \ "allowing any new features to be used") \ - x(buckets_nouse, u8, \ - 0, \ - OPT_BOOL(), \ - BCH2_NO_SB_OPT, false, \ - NULL, "Allocate the buckets_nouse bitmap") \ x(stdio, u64, \ 0, \ OPT_UINT(0, S64_MAX), \ |