commit | 5a8ce240d4d302d27a58fd34499b2404b3a8df4f | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@redhat.com> | Sun Mar 17 18:01:06 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Apr 01 12:11:25 2019 -0600 |
tree | 3e72e367d8d92b0bab50a965d4ce6c6ee94b994c | |
parent | fd7d8d4232f08b0df623d9ea7e941f0350a26e14 [diff] |
block: cleanup bio_add_pc_page REQ_PC is out of date, so replace it with passthrough IO. Also remove the local variable of 'prev' since we can reuse the top local variable of 'bvec'. No function change. Cc: Omar Sandoval <osandov@fb.com> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>