aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDenys Vlasenko <[email protected]>2008-07-23 00:24:27 +0000
committerRusty Russell <[email protected]>2008-07-22 09:24:27 +0000
commit2f0f2a334bc38b61a9afca951185cd3844ee709d (patch)
treec73089563f51c818ed97dec463408d6ac9cf1e8e /net/unix/af_unix.c
parentShrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs (diff)
downloadkernel-2f0f2a334bc38b61a9afca951185cd3844ee709d.tar.gz
kernel-2f0f2a334bc38b61a9afca951185cd3844ee709d.zip
module: turn longs into ints for module sizes
This shrinks module.o and each *.ko file. And finally, structure members which hold length of module code (four such members there) and count of symbols are converted from longs to ints. We cannot possibly have a module where 32 bits won't be enough to hold such counts. For one, module loading checks module size for sanity before loading, so such insanely big module will fail that test first. Signed-off-by: Denys Vlasenko <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions