Commit 972cc0e0 authored by Jeff Layton's avatar Jeff Layton Committed by Chuck Lever

nfsd: update comment over __nfsd_file_cache_purge

Signed-off-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent b2ff1bd7
...@@ -907,7 +907,8 @@ nfsd_file_cache_init(void) ...@@ -907,7 +907,8 @@ nfsd_file_cache_init(void)
* @net: net-namespace to shut down the cache (may be NULL) * @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, * 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 static void
__nfsd_file_cache_purge(struct net *net) __nfsd_file_cache_purge(struct net *net)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment