On Mon, Dec 09, 2024 at 05:14:16PM +0000, Pierre Labat wrote: > I was under the impression that passing write hints via fcntl() on any > legacy filesystem stays. The hint is attached to the inode, and the fs > simply picks it up from there when sending it down with write related > to that inode. > Aka per file write hint. > > I am right? Nothing is changing with respect to those write hints as a result of this series, if that's what you mean. The driver hadn't been checking the write hint before, and this patch set continues that pre-existing behavior. For this series, the driver utilizes a new field: "write_stream". Mapping the inode write hint to an FDP stream for other filesystems remains an open topic to follow on later.