On 12/27/24 2:53 AM, Cedric Blancher wrote:
On Thu, 5 Sept 2024 at 14:42, Jeff Layton <jlayton@xxxxxxxxxx> wrote:
At this point in compound processing, currentfh refers to the parent of
the file, not the file itself. Get the correct dentry from the delegation
stateid instead.
Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx>
---
fs/nfsd/nfs4state.c | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index df69dc6af467..db90677fc016 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
Is this commit going to be backported to Linux 6.6 LTS?
The quoted patch is
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git/commit/fs/nfsd/nfs4state.c?id=bf92e5008b17f935a6de8b708551e02c2294121c
in the master branch of Linus' tree. This commit has the following tag:
Fixes: c5967721e106 ("NFSD: handle GETATTR conflict with write
delegation")
Commit c5967721e106 was merged in 6.9. Thus bf92e5008b17 won't be
backported to kernels earlier than 6.9 unless they also have commit
c5967721e106. It looks like 6.6 LTS does not have that commit.
--
Chuck Lever