On Thu, 9 Apr 2015 22:44:07 +0200 Fabian Frederick <[email protected]> wrote:
> slob_alloc_node() is only used in slob.c > This patch removes EXPORT_SYMBOL and statify function > Call me old-fashioned, but I refuse to make "statify" a word ;) : From: Fabian Frederick <[email protected]> : Subject: slob: make slob_alloc_node() static and remove EXPORT_SYMBOL() : : slob_alloc_node() is only used in slob.c. Remove the EXPORT_SYMBOL and : make slob_alloc_node() static. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

