Re: [PATCH 1/2] NFSD: Fix duplicate fsnotify access events for iterator READs
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-nfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 19, 2026 at 03:57:14AM +0500, Ameer Hamza wrote: > NFSD_IO_DIRECT modes do. Spliced READs are not affected, since > splice_direct_to_actor() emits no event and nfsd_finish_read() > emits their only one. Well, that is the underlying bug here. ->splice_read should not skip fsnotify events and nfsd should not work around this as fsnotify is not the business of the users of VFS APIs.