NFS: exit_nfs_v4() shouldn't be an __exit function
authorBryan Schumaker <bjschuma@netapp.com>
Tue, 17 Jul 2012 19:18:30 +0000 (15:18 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 17 Jul 2012 21:02:57 +0000 (17:02 -0400)
... yet.  Right now, init_nfs() is calling this function if an error is
encountered when loading the nfs module.  An __exit function can't be
called from one declared as __init.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found