From 5a3c24714c8bd5e0d01d1547c0848147f2f79f69 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 22 Jun 2022 17:56:25 -0400 Subject: [PATCH] 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 --- fs/bcachefs/opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/opts.h b/fs/bcachefs/opts.h index 43b4488b8c6f..30cf9a2d9dc1 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")\ -- 2.25.1