]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
NFS: Use nfs4_destroy_server() to clean up NFS v4
authorBryan Schumaker <bjschuma@netapp.com>
Wed, 20 Jun 2012 19:53:41 +0000 (15:53 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 29 Jun 2012 15:46:44 +0000 (11:46 -0400)
commiteeebf91675421b730448489ebf4720e5c419beec
tree84287ae7c6afaa29b5139e39c72a2c137f01bbf5
parente38eb6506ff426a2bb93433fecfcc863a95fcd03
NFS: Use nfs4_destroy_server() to clean up NFS v4

I can use this function to return delegations and unset the pnfs layout
driver rather than continuing to do these things in the generic client.
With this change, we no longer need an nfs4_kill_super().

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/delegation.c
fs/nfs/delegation.h
fs/nfs/super.c