NFS: handle NFS caches dentries by network namespace aware routines
This patch makes NFS caches PipeFS dentries allocated and destroyed in network namespace context by PipeFS network namespace aware routines. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
committed by
Trond Myklebust
parent
9222b95506
commit
5c1cacb175
@ -25,5 +25,5 @@ extern int nfs_cache_wait_for_upcall(struct nfs_cache_defer_req *dreq);
|
||||
|
||||
extern void nfs_cache_init(struct cache_detail *cd);
|
||||
extern void nfs_cache_destroy(struct cache_detail *cd);
|
||||
extern int nfs_cache_register(struct cache_detail *cd);
|
||||
extern void nfs_cache_unregister(struct cache_detail *cd);
|
||||
extern int nfs_cache_register_net(struct net *net, struct cache_detail *cd);
|
||||
extern void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd);
|
||||
|
Reference in New Issue
Block a user