Re: [PATCH v4 3/6] xfs: implement write-stream management support
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.linux-block,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 17, 2026 at 06:25:35PM +0530, Kanchan Joshi wrote: > + nr_streams = bdev_max_write_streams(mp->m_ddev_targp->bt_bdev); Returning to this. Given that we are talking about pure software write streams, does this make sense? This limits the use to devices that do report hardware write streams despite not using those. Most devices will not report those.