From: Jeff Layton Date: Thu, 26 Jan 2023 17:21:16 +0000 (-0500) Subject: nfsd: update comment over __nfsd_file_cache_purge X-Git-Tag: v6.6.7~2736^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=972cc0e0924598cb293b919d39c848dc038b2c28;p=platform%2Fkernel%2Flinux-starfive.git nfsd: update comment over __nfsd_file_cache_purge Signed-off-by: Jeff Layton Signed-off-by: Chuck Lever --- diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c index 51e2947..9b7082f 100644 --- a/fs/nfsd/filecache.c +++ b/fs/nfsd/filecache.c @@ -907,7 +907,8 @@ out_err: * @net: net-namespace to shut down the cache (may be NULL) * * Walk the nfsd_file cache and close out any that match @net. If @net is NULL, - * then close out everything. Called when an nfsd instance is being shut down. + * then close out everything. Called when an nfsd instance is being shut down, + * and when the exports table is flushed. */ static void __nfsd_file_cache_purge(struct net *net)