commit | 6e768461c215eaf8912e6c23e40fdff1cd962aca | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 24 09:43:53 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Sep 24 12:33:59 2018 -0600 |
tree | bffe8520b8509cec995de30b555bdc1c5e9f8ed7 | |
parent | 3dccdae54fe836a22cee9dc6df9fd1708ae075ce [diff] |
block: remove bvec_to_phys We only use it in biovec_phys_mergeable and a m68k paravirt driver, so just opencode it there. Also remove the pointless unsigned long cast for the offset in the opencoded instances. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>