CIFS: Remove __exit mark from cifs_exit_dns_resolver()
commit2d43ec0e0aa46ee9944313b096daa9c729db4f85
authorDavid Howells <dhowells@redhat.com>
Fri, 30 Jul 2010 14:25:19 +0000 (30 15:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 17:20:46 +0000 (10 10:20 -0700)
treed6f4220225a4737098a2142c11ca3bb686c249d9
parent2891de04359b824964e9ee9c87fbea2637e934fd
CIFS: Remove __exit mark from cifs_exit_dns_resolver()

commit 51c20fcced5badee0e2021c6c89f44aa3cbd72aa upstream.

Remove the __exit mark from cifs_exit_dns_resolver() as it's called by the
module init routine in case of error, and so may have been discarded during
linkage.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/dns_resolve.c
fs/cifs/dns_resolve.h