From: Kent Overstreet Date: Wed, 22 Jun 2022 21:56:25 +0000 (-0400) Subject: bcachefs: Make verbose option settable at runtime X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5a3c24714c8bd5e0d01d1547c0848147f2f79f69;p=linux.git bcachefs: Make verbose option settable at runtime -o verbose is very useful, and we're starting to use it more for runtime debug statements - making it possible to enable at runtime is a no brainer. Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index 43b4488b8c6f7..30cf9a2d9dc1a 100644 --- a/fs/bcachefs/opts.h +++ b/fs/bcachefs/opts.h @@ -269,7 +269,7 @@ enum opt_type { BCH2_NO_SB_OPT, true, \ NULL, "Enable discard/TRIM support") \ x(verbose, u8, \ - OPT_FS|OPT_MOUNT, \ + OPT_FS|OPT_MOUNT|OPT_RUNTIME, \ OPT_BOOL(), \ BCH2_NO_SB_OPT, false, \ NULL, "Extra debugging information during mount/recovery")\