nfs/localio: restore creds before releasing pageio data
authorScott Mayhew <smayhew@redhat.com>
Thu, 7 Aug 2025 16:49:38 +0000 (12:49 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 5 Sep 2025 19:23:49 +0000 (15:23 -0400)
commit992203a1fba51b025c60ec0c8b0d9223343dea95
treeddce090e40fb59fa7e8b345524e273f3a9e5113c
parent4fb2b677fc1f70ee642c0beecc3cabf226ef5707
nfs/localio: restore creds before releasing pageio data

Otherwise if the nfsd filecache code releases the nfsd_file
immediately, it can trigger the BUG_ON(cred == current->cred) in
__put_cred() when it puts the nfsd_file->nf_file->f-cred.

Fixes: b9f5dd57f4a5 ("nfs/localio: use dedicated workqueues for filesystem read and write")
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Reviewed-by: Mike Snitzer <snitzer@kernel.org>
Link: https://lore.kernel.org/r/20250807164938.2395136-1-smayhew@redhat.com
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/localio.c