Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fc77980 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJohannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent e0af413a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1492,7 +1492,7 @@ static int do_end_io(struct multipath *m, struct request *clone,
	 */
	int r = DM_ENDIO_REQUEUE;

	if (!error && !clone->errors)
	if (!error)
		return 0;	/* I/O complete */

	if (noretry_error(error))