]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 03:28:27 +0000 (19:28 -0800)
commit3f2189fc2be65e8f3fc032d039cd8d7b5e9a7631
treeb68fadcfba8d008d74999f5eb9c7ede1f935e5b7
parented21935749c92e1f2e4d8bc36b3ff878425f1728
md/raid10: submit_bio_wait() returns 0 on success

Orabug: 22623822

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit e73ccce0672d430409dd021735d658bdcd78656e)
Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/md/raid10.c