linux/drivers/md/bcache
Shida Zhang 53280e3984 bcache: fix improper use of bi_end_io
Don't call bio->bi_end_io() directly. Use the bio_endio() helper
function instead, which handles completion more safely and uniformly.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Shida Zhang <zhangshida@kylinos.cn>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2025-12-09 10:20:03 -07:00
..
Kconfig
Makefile
alloc.c bcache: reduce gc latency by processing less nodes and sleep less time 2025-11-13 09:18:06 -07:00
bcache.h bcache: reduce gc latency by processing less nodes and sleep less time 2025-11-13 09:18:06 -07:00
bcache_ondisk.h
bset.c
bset.h bcache: Avoid -Wflex-array-member-not-at-end warning 2025-11-13 09:18:06 -07:00
btree.c bcache: WQ_PERCPU added to alloc_workqueue users 2025-11-13 09:18:06 -07:00
btree.h
debug.c
debug.h
extents.c
extents.h
features.c
features.h
io.c
journal.c
journal.h
movinggc.c
request.c bcache: fix improper use of bi_end_io 2025-12-09 10:20:03 -07:00
request.h
stats.c
stats.h
super.c bcache: WQ_PERCPU added to alloc_workqueue users 2025-11-13 09:18:06 -07:00
sysfs.c bcache: drop discard sysfs interface 2025-11-13 09:18:06 -07:00
sysfs.h
trace.c
util.c
util.h
writeback.c bcache: WQ_PERCPU added to alloc_workqueue users 2025-11-13 09:18:06 -07:00
writeback.h