Re: [PATCH 1/2] NFSD: Fix duplicate fsnotify access events for iterator READs
From: Christoph Hellwig
Date: Wed Aug 19 2026 - 02:07:40 EST
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.