summaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
authorManfred Spraul <manfred@colorfullife.com>2004-10-27 18:34:43 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-27 18:34:43 -0700
commitc8d6003375f696537f2a8cb518dbf86cc93e4f02 (patch)
tree548d463fabf356ca0c918d1b5ee24bdb7b5a5233 /kernel/power
parentbab5f4f191d3e90974c0544ec7c1efd72acc0724 (diff)
[PATCH] handle posix message queues with /proc/sys disabled
register_sysctl_table() fails if sysctl support is not compiled into the kernel. The POSIX message queue subsystem aborted it's initialization if register_sysctl_table() fails, and that causes an oops in sys_mq_open(). The patch fixes that by ignoring failures from register_sysctl_table(). Signed-off-by; Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions