This commit is contained in:
Eelco Wesemann 2025-03-24 17:52:01 +01:00 committed by GitHub
commit 89b6cb146e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -529,8 +529,8 @@ enum fsck_err_opts {
OPT_FS|OPT_MOUNT|OPT_RUNTIME, \ OPT_FS|OPT_MOUNT|OPT_RUNTIME, \
OPT_BOOL(), \ OPT_BOOL(), \
BCH2_NO_SB_OPT, true, \ BCH2_NO_SB_OPT, true, \
NULL, "BTREE_ITER_prefetch casuse btree nodes to be\n"\ NULL, "BTREE_ITER_prefetch causes btree nodes to be\n"\
" prefetched sequentially") "prefetched sequentially")
struct bch_opts { struct bch_opts {
#define x(_name, _bits, ...) unsigned _name##_defined:1; #define x(_name, _bits, ...) unsigned _name##_defined:1;