aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorLai Jiangshan <[email protected]>2010-12-21 09:55:14 +0000
committerSteven Rostedt <[email protected]>2011-03-11 20:13:26 +0000
commitbf6a9b8336ba12672755c2ae898b0abe42c7a5ac (patch)
treec85f2b2acac9bf9b88e0c19d90d252b1780e0d35 /net/unix/af_unix.c
parentfutex,plist: Remove debug lock assignment from plist_node (diff)
downloadkernel-bf6a9b8336ba12672755c2ae898b0abe42c7a5ac.tar.gz
kernel-bf6a9b8336ba12672755c2ae898b0abe42c7a5ac.zip
plist: Shrink struct plist_head
struct plist_head is used in struct task_struct as well as struct rtmutex. If we can make it smaller, it will also make these structures smaller as well. The field prio_list in struct plist_head is seldom used and we can get its information from the plist_nodes. Removing this field will decrease the size of plist_head by half. Signed-off-by: Lai Jiangshan <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions