]> git.karo-electronics.de Git - mv-sheeva.git/commit
NFS do not clear minor version at nfs_client free
authorAndy Adamson <andros@netapp.com>
Thu, 6 Jan 2011 02:04:29 +0000 (02:04 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jan 2011 19:46:24 +0000 (14:46 -0500)
commitea00528126a701845d7c445e725b271940381e3d
treecb1cb70562b74422b1cc05ee97302b1231446352
parent01c9a0bc60507af7f28cb9138a81836de4528199
NFS do not clear minor version at nfs_client free

Resetting the client minor version operations causes nfs4_destroy_callback
to fail to shutdown the NFSv4.1 callback service.

There is no reason to reset the client minorversion operations when the
nfs_client struct is being freed.

Remove the minorverion reset and rename the function.

Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c