commit | 7b63c052a580d7d5ed83a6e2a327e85881fa679a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Aug 27 17:37:46 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 01 16:49:25 2020 -0600 |
tree | 989730afd350f66d4192d0e927a7dee012d13a79 | |
parent | f3256075ba49d80835b601bfbff350a2140b2924 [diff] |
block: remove __blk_rq_unmap_user Open code __blk_rq_unmap_user in the two callers. Both never pass a NULL bio, and one of them can use an existing local variable instead of the bio flag. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>