This commit is contained in:
Eelco Wesemann 2025-03-29 04:33:22 +01:00 committed by GitHub
commit 98bd06389c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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