Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113670
b: refs/heads/master
c: e167523
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan committed Oct 10, 2008
1 parent 39600b0 commit 5ee168e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 300b994b74e75120dd1a48529552a44977e0a82a
refs/heads/master: e1675231ceedf83f20943a26e5e346a52163dec8
4 changes: 2 additions & 2 deletions trunk/fs/proc/proc_sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,10 @@ static struct dentry_operations proc_sys_dentry_operations = {
.d_compare = proc_sys_compare,
};

static struct proc_dir_entry *proc_sys_root;

int proc_sys_init(void)
{
struct proc_dir_entry *proc_sys_root;

proc_sys_root = proc_mkdir("sys", NULL);
proc_sys_root->proc_iops = &proc_sys_dir_operations;
proc_sys_root->proc_fops = &proc_sys_dir_file_operations;
Expand Down

0 comments on commit 5ee168e

Please sign in to comment.