]> git.baikalelectronics.ru Git - kernel.git/commit
dm mpath: merge do_end_io_bio into multipath_end_io_bio
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Jun 2017 07:38:01 +0000 (09:38 +0200)
committerJens Axboe <axboe@fb.com>
Fri, 9 Jun 2017 15:27:32 +0000 (09:27 -0600)
commit5924dd66a224f50e3ca57e9dbd41ca96752d8baa
tree473613a63d5f714c0b21b65269a590490899e8cc
parentba8887a4fd6f3721d67bda6ad22414e4a1763252
dm mpath: merge do_end_io_bio into multipath_end_io_bio

This simplifies the code and especially the error passing a bit and
will help with the next patch.

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