diff options
-rw-r--r-- | fs/bcachefs/bcachefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/bcachefs.h b/fs/bcachefs/bcachefs.h index 441827ef337e..cce11723d6ba 100644 --- a/fs/bcachefs/bcachefs.h +++ b/fs/bcachefs/bcachefs.h @@ -233,7 +233,7 @@ do { \ #define pr_verbose_init(opts, fmt, ...) \ do { \ - if (opt_defined(opts, verbose_init)) \ + if (opt_get(opts, verbose_init)) \ pr_info(fmt, ##__VA_ARGS__); \ } while (0) |