diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-02-11 21:42:04 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-02-11 21:45:55 -0500 |
commit | 124474802a374d6864c93768e9a1477e564cf08c (patch) | |
tree | fb355c5092c6a8fc8d2afba7bb9eece8b325d00f | |
parent | 4506cd5ead31209a6a646c2412cbc7be735ebda4 (diff) |
fixup! bcachefs: -o verbose_init, more error messages
-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) |