Re: [PATCH] CIFS: Remove __exit mark from cifs_exit_dns_resolver()

From: David Howells
Date: Mon Aug 02 2010 - 05:18:19 EST


Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote:

> From time to time I think about introducing something like
> __init_or_exit that puts a function into .init.text if .exit.text is
> discarded. Is it worth the effort?

It might be worth including __exit stuff in __init if we would otherwise have
discarded it. Otherwise there's liable to be a bunch of stuff that we could
otherwise discard left hanging around permanently. But your suggestion would
work too.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/