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-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html