From: David Howells Date: Fri, 30 Jul 2010 14:25:19 +0000 (+0100) Subject: CIFS: Remove __exit mark from cifs_exit_dns_resolver() X-Git-Tag: v2.6.35~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c20fcced5badee0e2021c6c89f44aa3cbd72aa;p=pandora-kernel.git CIFS: Remove __exit mark from cifs_exit_dns_resolver() 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 Acked-by: Jeff Layton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed