]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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 18:16:10 +0000 (12:16 -0600)
commit8fc77980584035d816472070e8238200aa9c5c6c
treee2d70a1e8e676881c1c0cae119d402cf153950b8
parente0af413a45cbbf179a87fef0576882a8e6006244
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>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/md/dm-mpath.c