]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CIFS: Remove __exit mark from cifs_exit_dns_resolver()
authorDavid Howells <dhowells@redhat.com>
Fri, 30 Jul 2010 14:25:19 +0000 (15:25 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:07:38 +0000 (18:07 -0500)
commita17fa98c4c808a8ce7d7478a7a64e108c29ca1fe
tree546f7c019e290edc05d35ac3d736aebe9ed8fda5
parentf1da3e1315fc3a2d3ded2434a327b913d7a80092
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: Paul Gortmaker <paul.gortmaker@windriver.com>
fs/cifs/dns_resolve.c
fs/cifs/dns_resolve.h