[PATCH v3 0/2] bcache: fix I/O accounting leak
[email protected] Tue, 27 Jan 2026 16:21:10 +0800
| Newsgroups | org.kernel.vger.linux-bcache,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Shida Zhang <[email protected]> This series addresses an I/O accounting leak where detached bcache devices could report 100% utilization in iostat after completion of discard requests. Changes since v2: - Omitting the dead NULL check for bio_alloc_clone() (suggested by hch). - Updated the Fixes tag for the accounting leak. Shida Zhang (2): bcache: remove dead code in detached_dev_do_request bcache: fix I/O accounting leak in detached_dev_do_request drivers/md/bcache/request.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -- 2.34.1