]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block: remove struct bio_batch
authorChristoph Hellwig <hch@lst.de>
Sat, 16 Apr 2016 18:55:27 +0000 (14:55 -0400)
committerJens Axboe <axboe@fb.com>
Mon, 2 May 2016 15:19:43 +0000 (09:19 -0600)
commit9082e87bfbf83579b97e3bfc45d81f3e50da2177
tree83a580260c63dc680a687ac2fb7a0284a1f80cde
parent1fcbcc333f1fae6e11cc0839a6e72bc1a3e830bf
block: remove struct bio_batch

It can be replaced with a combination of bio_chain and submit_bio_wait.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ming Lin <ming.l@ssi.samsung.com>
Signed-off-by: Sagi Grimberg <sagig@grimberg.me>
Reviewed-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-lib.c