commit | bb6e071f845d32545e3e943058012f328a2e95ad | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Tue Jul 17 15:18:30 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 17 17:02:57 2012 -0400 |
tree | 771464fc5916d267a6e49d251610fcf065502be1 | |
parent | 013448c59b8a8cf71a5ff89641f78b620671ccb0 [diff] |
NFS: exit_nfs_v4() shouldn't be an __exit function ... 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>