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)
committerNeilBrown <neilb@suse.com>
Tue, 20 Oct 2015 20:24:29 +0000 (07:24 +1100)
commit681ab4696062f5aa939c9e04d058732306a97176
tree3bde7ea8cf16c056ac61657918502943bd17f84f
parent203d27b0226a05202438ddb39ef0ef1acb14a759
md/raid10: submit_bio_wait() returns 0 on success

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")
Cc: stable@vger.kernel.org (v3.10)
Reported-by: Bill Kuzeja <William.Kuzeja@stratus.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.com>
drivers/md/raid10.c