block: handle the null_mapped flag correctly in blk_rq_map_user_iov
authorChristoph Hellwig <hch@lst.de>
Wed, 11 Feb 2015 13:07:49 +0000 (14:07 +0100)
committerJens Axboe <axboe@fb.com>
Wed, 11 Feb 2015 18:24:12 +0000 (11:24 -0700)
The tape drivers (and the sg driver in a special case that doesn't matter
here) use the null_mapped flag to tell blk_rq_map_user to not copy around
any data into or out of the bounce buffers.  blk_rq_map_user_iov never
got that treatment, which didn't matter until I refactored blk_rq_map_user
to be implemented in terms of blk_rq_map_user_iov.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Fixes: ddad8dd0a162 ("block: use blk_rq_map_user_iov to implement blk_rq_map_user")
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-map.c

diff --cc block/blk-map.c
Simple merge