commit | 970a8645ca051225a32401e4c80b50fc0a49c081 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@sw.ru> | Tue Oct 16 23:30:09 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Oct 17 08:42:59 2007 -0700 |
tree | 25600770b729500354d025f078d0ce9f655bdea4 | |
parent | 40aeb400f68090f92010920ddf284b672a1461b8 [diff] |
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>