This is a note to let you know that I've just added the patch titled nfsd: Fix a warning for nfsd_file_close_inode to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: nfsd-fix-a-warning-for-nfsd_file_close_inode.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit f56d373dd3d069747dfcece69fefa4ca662e1c6c Author: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> Date: Thu Sep 30 15:44:42 2021 -0400 nfsd: Fix a warning for nfsd_file_close_inode [ Upstream commit 19598141f40dff728dd50799e510805261f48850 ] Signed-off-by: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c index d0748ff04b92f..87d984e0cdc0c 100644 --- a/fs/nfsd/filecache.c +++ b/fs/nfsd/filecache.c @@ -541,7 +541,7 @@ nfsd_file_close_inode_sync(struct inode *inode) } /** - * nfsd_file_close_inode_sync - attempt to forcibly close a nfsd_file + * nfsd_file_close_inode - attempt a delayed close of a nfsd_file * @inode: inode of the file to attempt to remove * * Walk the whole hash bucket, looking for any files that correspond to "inode".