[PATCH 18/59] sysctl: ipmi remove unnecessary insert_at_head flag

2007-01-16 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] - unquoted

With unique sysctl binary numbers setting insert_at_head is pointless.

Signed-off-by: Eric W. Biederman [EMAIL PROTECTED]
---
 drivers/char/ipmi/ipmi_poweroff.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/ipmi/ipmi_poweroff.c 
b/drivers/char/ipmi/ipmi_poweroff.c
index 9d23136..b3ae65e 100644
--- a/drivers/char/ipmi/ipmi_poweroff.c
+++ b/drivers/char/ipmi/ipmi_poweroff.c
@@ -686,7 +686,7 @@ static int ipmi_poweroff_init (void)
printk(KERN_INFO PFX Power cycle is enabled.\n);
 
 #ifdef CONFIG_PROC_FS
-   ipmi_table_header = register_sysctl_table(ipmi_root_table, 1);
+   ipmi_table_header = register_sysctl_table(ipmi_root_table, 0);
if (!ipmi_table_header) {
printk(KERN_ERR PFX Unable to register powercycle sysctl\n);
rv = -ENOMEM;
-- 
1.4.4.1.g278f

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 18/59] sysctl: ipmi remove unnecessary insert_at_head flag

2007-01-16 Thread Benjamin Herrenschmidt
On Tue, 2007-01-16 at 09:39 -0700, Eric W. Biederman wrote:
 From: Eric W. Biederman [EMAIL PROTECTED] - unquoted
 
 With unique sysctl binary numbers setting insert_at_head is pointless.
 
 Signed-off-by: Eric W. Biederman [EMAIL PROTECTED]

Acked-by: Benjamin Herrenschmidt [EMAIL PROTECTED]

 ---
  drivers/char/ipmi/ipmi_poweroff.c |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/drivers/char/ipmi/ipmi_poweroff.c 
 b/drivers/char/ipmi/ipmi_poweroff.c
 index 9d23136..b3ae65e 100644
 --- a/drivers/char/ipmi/ipmi_poweroff.c
 +++ b/drivers/char/ipmi/ipmi_poweroff.c
 @@ -686,7 +686,7 @@ static int ipmi_poweroff_init (void)
   printk(KERN_INFO PFX Power cycle is enabled.\n);
  
  #ifdef CONFIG_PROC_FS
 - ipmi_table_header = register_sysctl_table(ipmi_root_table, 1);
 + ipmi_table_header = register_sysctl_table(ipmi_root_table, 0);
   if (!ipmi_table_header) {
   printk(KERN_ERR PFX Unable to register powercycle sysctl\n);
   rv = -ENOMEM;

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html