From: Bryan Schumaker Date: Tue, 17 Jul 2012 19:18:30 +0000 (-0400) Subject: NFS: exit_nfs_v4() shouldn't be an __exit function X-Git-Tag: v3.6-rc1~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6e071f845d32545e3e943058012f328a2e95ad;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed