]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Fix perfmon sysctl directory modes
authorTony Luck <tony.luck@intel.com>
Tue, 6 Nov 2007 21:20:43 +0000 (13:20 -0800)
committerTony Luck <tony.luck@intel.com>
Tue, 6 Nov 2007 21:20:43 +0000 (13:20 -0800)
commit3d00e07b8a3bab83cb77703055b3c8b51613ef88
tree12176e8592f11269e450a9b6731601e5e9bc42cc
parent35a801532c5277ecc9b56e37a8b058affb94bbd6
[IA64] Fix perfmon sysctl directory modes

New sanity checks in sysctl_check_table() complain about a couple
of mode 0755 that should be 0555 in the perfmon code:

sysctl table check failed: /kernel .1 Writable sysctl directory
sysctl table check failed: /kernel/perfmon  Writable sysctl directory

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/perfmon.c