OSDN Git Service

block: remove argument of 'request_queue' from __blk_bvec_map_sg
authorMing Lei <ming.lei@redhat.com>
Sun, 17 Mar 2019 10:01:10 +0000 (18:01 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Apr 2019 18:11:48 +0000 (12:11 -0600)
commitcae6c2e54cc10514fec26e333f63c5cded9d2383
treed6efd6417e772416f718c6a6e130b6b8f2e89560
parent489fbbcb51d0249569d863f9220de69cb31f1922
block: remove argument of 'request_queue' from __blk_bvec_map_sg

The argument of 'request_queue' isn't used by __blk_bvec_map_sg(),
so remove it.

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>
block/blk-merge.c