Skip to content

Commit 972cc0e

Browse files
jtlaytonchucklever
authored andcommitted
nfsd: update comment over __nfsd_file_cache_purge
Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent b2ff1bd commit 972cc0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/nfsd/filecache.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,8 @@ nfsd_file_cache_init(void)
907907
* @net: net-namespace to shut down the cache (may be NULL)
908908
*
909909
* Walk the nfsd_file cache and close out any that match @net. If @net is NULL,
910-
* then close out everything. Called when an nfsd instance is being shut down.
910+
* then close out everything. Called when an nfsd instance is being shut down,
911+
* and when the exports table is flushed.
911912
*/
912913
static void
913914
__nfsd_file_cache_purge(struct net *net)

0 commit comments

Comments
 (0)