dm mpath: don't check for req->errors
authorChristoph Hellwig <hch@lst.de>
Thu, 20 Apr 2017 14:03:05 +0000 (16:03 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 20 Apr 2017 14:20:23 +0000 (08:20 -0600)
commit5267c8e3733f227b10d1a99f2b6bbe6c0ba02be4
tree31685b462fcd1645e59198eaa0f3fd9555cf66f5
parent11636e770807325e7c7bdb1d86fca04909fbb047
dm mpath: don't check for req->errors

We'll get all proper errors reported through ->end_io and ->errors will
go away soon.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/md/dm-mpath.c