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)
commit970a8645ca051225a32401e4c80b50fc0a49c081
tree25600770b729500354d025f078d0ce9f655bdea4
parent40aeb400f68090f92010920ddf284b672a1461b8
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