diff options
author | Thomas Gleixner <[email protected]> | 2008-02-23 15:23:55 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-02-23 17:12:15 -0800 |
commit | 3e4ab747efa8e78562ec6782b08bbf21a00aba1b (patch) | |
tree | 755b76c9f382a808c718a0289193602038b14c9b /net/unix/sysctl_net_unix.c | |
parent | 43fe105a5c91b2f00ea7f900ed307fe980410612 (diff) |
futex: fix init order
When the futex init code fails to initialize the futex pseudo file system it
returns early without initializing the hash queues. Should the boot succeed
then a futex syscall which tries to enqueue a waiter on the hashqueue will
crash due to the unitilialized plist heads.
Initialize the hash queues before the filesystem.
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Cc: Lennert Buytenhek <[email protected]>
Cc: Riku Voipio <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions