On Tue, 08 Sep 2026 12:34:38 -0400, Mike Snitzer wrote:
> nfsd_file_do_acquire() fetches a file's direct I/O alignment
> attributes (nf_dio_mem_align, nf_dio_offset_align and
> nf_dio_read_offset_align) only on the branch where NFSD opens the
> file itself. The other branch, taken when the caller supplies an
> already-open struct file, stores that file in the nfsd_file and
> leaves the three alignment fields zero.
>
> [...]
Applied to nfsd-testing, thanks!
[3/4] nfsd: fetch direct I/O alignment for files handed to the filecache
commit: abf2077ee32058e60d3f49ecab265d3c4bd953d9
--
Chuck Lever