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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Jul 2010 01:56:09 +0000 (18:56 -0700)
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>

No differences found