]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
md/raid1: submit_bio_wait() returns 0 on success
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 20 Oct 2015 16:09:12 +0000 (12:09 -0400)
committerNeilBrown <neilb@suse.com>
Tue, 20 Oct 2015 20:20:15 +0000 (07:20 +1100)
commit203d27b0226a05202438ddb39ef0ef1acb14a759
tree5b9b20e24daf4781602341f53d413ce1e1931ec9
parent7379047d5585187d1288486d4627873170d0005a
md/raid1: 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/raid1.c