On Fri, 02 Sep 2011 19:41:29 +0400, George Shuklin said: > Good day. > > Why si_swapinfo (from include/linux/swap.h) is not marked as > EXPORT_SYMBOL_GPL? It's kinda hard to gain information about memory in > module. Use case? What information exactly are you trying to get in the module, and equally important, why? More likely, what you *actually* want isn't the information, it's a new API (or using an existing one you didn't even know was there) :)