nfsd: update comment over __nfsd_file_cache_purge
authorJeff Layton <jlayton@kernel.org>
Thu, 26 Jan 2023 17:21:16 +0000 (12:21 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Wed, 26 Apr 2023 13:04:59 +0000 (09:04 -0400)
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/filecache.c

index 51e2947c21a7db8e95d854816f31f0552c399a30..9b7082fdd21159f7ea3b4fb0421ab58b97b5d655 100644 (file)
@@ -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)