Re: [PATCH v3] nfsd: recall deleg if a requested dir attr change can't be encoded
Chuck Lever <[email protected]>
| Newsgroups | gmane.linux.nfs,gmane.linux.kernel |
|---|---|
| Message-ID | <178205516746.2066611.3875418289197559791.b4-ty@b4> |
On Sat, 20 Jun 2026 14:12:44 -0400, Jeff Layton wrote:
> When the client requested NOTIFY4_CHANGE_DIR_ATTRS,
> nfsd4_cb_notify_prepare() tried to append the dir attribute change to
> the CB_NOTIFY, but silently dropped it if the attrmask space
> reservation failed or nfsd4_encode_dir_attr_change() failed to marshal
> the change into the buffer. It then returned true and transmitted a
> CB_NOTIFY lacking the requested notification, leaving the client's
> cached directory attributes stale with no indication.
>
> [...]
Folded into "nfsd: add support to CB_NOTIFY for dir attribute changes",
thanks!
[1/1] nfsd: recall deleg if a requested dir attr change can't be encoded
(no commit info)
--
Chuck Lever