md/raid10: submit_bio_wait() returns 0 on success
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 20 Oct 2015 16:09:13 +0000 (12:09 -0400)
committerJiri Slaby <jslaby@suse.cz>
Thu, 12 Nov 2015 13:09:04 +0000 (14:09 +0100)
commitbcaee63e9cbee6443f8e87ae64ea0ea982dd0279
tree134af34d0a2b292a4f1ef5c6462df33cf11ee233
parent4ab46026e088c6e7801e278101d66a60ce6b72b8
md/raid10: submit_bio_wait() returns 0 on success

commit 681ab4696062f5aa939c9e04d058732306a97176 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: Jiri Slaby <jslaby@suse.cz>
drivers/md/raid10.c