Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48346
b: refs/heads/master
c: 01879db
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent e5267e4 commit 3ed03ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04c5acfb2413af1698ac27dca69b4d7233dc7249
refs/heads/master: 01879db3f0f8205e04fbce06062349f258469247
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static struct ctl_table_header *scsi_table_header;

int __init scsi_init_sysctl(void)
{
scsi_table_header = register_sysctl_table(scsi_root_table, 1);
scsi_table_header = register_sysctl_table(scsi_root_table, 0);
if (!scsi_table_header)
return -ENOMEM;
return 0;
Expand Down

0 comments on commit 3ed03ce

Please sign in to comment.