Pass offset and buffer length explicitly to mark_random_map()
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 24 Aug 2018 18:31:25 +0000 (11:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Aug 2018 18:54:34 +0000 (12:54 -0600)
commit6cc1a3d1ae6e574ac1773ec5dfa46caea4c3627d
treea1bbd7c120644175a734f680c2ca141e77a904b4
parent99952ca7747d2ec56b4ff4771ddfaa03fb0e8407
Pass offset and buffer length explicitly to mark_random_map()

This patch does not change any functionality. The changes introduced by
this patch will be used by the zoned block device code.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c