]> git.baikalelectronics.ru Git - kernel.git/commit
user.c: #ifdef ->mq_bytes
authorAlexey Dobriyan <adobriyan@sw.ru>
Wed, 17 Oct 2007 06:30:09 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:59 +0000 (08:42 -0700)
commit3bf2bf244394ad8d7449e269aff9af990d3fd6b0
tree25600770b729500354d025f078d0ce9f655bdea4
parent472a4fe2108b62c8092676712555c88d8df5fd65
user.c: #ifdef ->mq_bytes

For those who deselect POSIX message queues.

Reduces SLAB size of user_struct from 64 to 32 bytes here, SLUB size -- from
40 bytes to 32 bytes.

[akpm@linux-foundation.org: fix build]
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sched.h
kernel/user.c