mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
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>
This commit is contained in:
parent
b2ff1bd71d
commit
972cc0e092
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user