]> git.baikalelectronics.ru Git - kernel.git/commit
block: factor out chained bio completion
authorChristoph Hellwig <hch@lst.de>
Fri, 11 Mar 2016 16:34:51 +0000 (17:34 +0100)
committerJens Axboe <axboe@fb.com>
Mon, 14 Mar 2016 14:55:22 +0000 (08:55 -0600)
commitfbe11d6b023b8143f4106c08460c62d1510e60f5
tree14d77bee87ae29c2cfdf9cc6734e75768b771478
parent2f966d56eb1cf4c23ce2fded9cda409e6d396d5b
block: factor out chained bio completion

Factor common code between bio_chain_endio and bio_endio into a common
helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/bio.c