md/raid1: submit_bio_wait() returns 0 on success
Orabug:
22623821
commit
203d27b0226a05202438ddb39ef0ef1acb14a759 upstream.
This was introduced with
9e882242c6193ae6f416f2d8d8db0d9126bd996b
which changed the return value of submit_bio_wait() to return != 0 on
error, but didn't update the caller accordingly.
Fixes: 9e882242c6 ("block: Add submit_bio_wait(), remove from md")
Reported-by: Bill Kuzeja <William.Kuzeja@stratus.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit
26b70a8981b22f03f677dd569b5c8191ade40848)
Signed-off-by: Dan Duval <dan.duval@oracle.com>