Re:[PATCH v3 0/2] bcache: fix I/O accounting leak
zhangshida2026 <[email protected]> Thu, 29 Jan 2026 09:54:08 +0800 (CST)
| Newsgroups | org.kernel.vger.linux-bcache,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
At 2026-01-27 16:21:10, [email protected] wrote: >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(-) > Hi Jens, The patches have been reviewed by Christoph and acked by Coly. Given that we are now at rc7, I wanted to see if you would consider picking these up for the 6.19 cycle? Thank you for your time and for all your work. Best regards, Shida Zhang >-- >2.34.1