summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-02-11 21:42:04 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-02-11 21:45:55 -0500
commit124474802a374d6864c93768e9a1477e564cf08c (patch)
treefb355c5092c6a8fc8d2afba7bb9eece8b325d00f
parent4506cd5ead31209a6a646c2412cbc7be735ebda4 (diff)
fixup! bcachefs: -o verbose_init, more error messages
-rw-r--r--fs/bcachefs/bcachefs.h2
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)