diff options
author | 2019-06-26 12:42:51 +0300 | |
---|---|---|
committer | 2019-06-26 12:18:48 -0700 | |
commit | 16d4b74654ff7c3c5d0b6446278ef51b1de41484 (patch) | |
tree | a7cad43b003300fa4dd175b809fc982ced84a5dd /include/linux | |
parent | block, bfq: re-schedule empty queues if they deserve I/O plugging (diff) | |
download | wireguard-linux-16d4b74654ff7c3c5d0b6446278ef51b1de41484.tar.xz wireguard-linux-16d4b74654ff7c3c5d0b6446278ef51b1de41484.zip |
md/raid1: Fix a warning message in remove_wb()
The WARN_ON() macro doesn't take an error message, it just takes a
condition. I've changed this to use WARN(1, "...") instead.
Fixes: 3e148a320979 ("md/raid1: fix potential data inconsistency issue with write behind device")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions