linux/drivers/md/bcache
Christoph Hellwig 2fd3e5efe7 bcache: use bvec_virt
Use bvec_virt instead of open coding it.  Note that the existing code is
fine despite ignoring bv_offset as the bio is known to contain exactly
one page from the page allocator per bio_vec.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Coly Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20210804095634.460779-10-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-08-16 10:50:33 -06:00
..
Kconfig
Makefile
alloc.c
bcache.h
bset.c
bset.h
btree.c bcache: use bvec_virt 2021-08-16 10:50:33 -06:00
btree.h
closure.c
closure.h
debug.c
debug.h
extents.c
extents.h
features.c
features.h
io.c
journal.c
journal.h
movinggc.c
request.c
request.h
stats.c
stats.h
super.c bcache: move the del_gendisk call out of bcache_device_free 2021-08-12 10:29:36 -06:00
sysfs.c
sysfs.h
trace.c
util.c
util.h
writeback.c
writeback.h