nfsd: update comment over __nfsd_file_cache_purge
[ Upstream commit 972cc0e0924598cb293b919d39c848dc038b2c28 ] Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a7a5c3a7f9
commit
1dd7dbd153
1 changed files with 2 additions and 1 deletions
|
@ -906,7 +906,8 @@ out_err:
|
||||||
* @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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue