diff options
author | Blazej Kucman <blazej.kucman@intel.com> | 2024-03-22 12:51:15 +0100 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-04-02 08:27:35 +0200 |
commit | cc75b0faaa016e54d569486c9a7abe6c39cb883a (patch) | |
tree | 90122a0dcd6bbbedac56515ca9e5df6aeecde807 /super-intel.c | |
parent | Remove all "if zeros" pt.2 (diff) | |
download | mdadm-cc75b0faaa016e54d569486c9a7abe6c39cb883a.tar.xz mdadm-cc75b0faaa016e54d569486c9a7abe6c39cb883a.zip |
mdadm: Move pr_vrb define to mdadm.h
Move pr_vrb define from super-intel.c to mdadm.h to make it widely
available. This change will be used in the next patches.
Signed-off-by: Blazej Kucman <blazej.kucman@intel.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'super-intel.c')
-rw-r--r-- | super-intel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/super-intel.c b/super-intel.c index 70f3c4ef..212387ec 100644 --- a/super-intel.c +++ b/super-intel.c @@ -393,8 +393,6 @@ struct md_list { struct md_list *next; }; -#define pr_vrb(fmt, arg...) (void) (verbose && pr_err(fmt, ##arg)) - static __u8 migr_type(struct imsm_dev *dev) { if (dev->vol.migr_type == MIGR_VERIFY && |