bcachefs: Turn encoded_extent_max into a regular option
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 14 Dec 2021 19:34:03 +0000 (14:34 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:19 +0000 (17:09 -0400)
commite409999069928bc1da79f32e7adff88f981c65a5
tree4677a1da967b76d3e5d04aa3a85af442d0fd6af4
parent8244f3209b5b49a6bde9921d7825af9f57161b23
bcachefs: Turn encoded_extent_max into a regular option

It'll now be handled at format time and in sysfs like other options - it
still can only be set at format time, though.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/bcachefs.h
fs/bcachefs/compress.c
fs/bcachefs/ec.c
fs/bcachefs/extents.c
fs/bcachefs/io.c
fs/bcachefs/opts.h
fs/bcachefs/super-io.c