Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66399
b: refs/heads/master
c: 36ac313
h: refs/heads/master
i:
  66397: 12fa953
  66395: 7e1bf01
  66391: 0d67b57
  66383: 4853973
  66367: cbae7b9
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Oct 10, 2007
1 parent d25eeaa commit 06f34e4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8f4c1f9b049df3be11090f1c2c4738700302acae
refs/heads/master: 36ac3135f5e824942fada4efa3204066b4b40ab1
4 changes: 3 additions & 1 deletion trunk/fs/proc/proc_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ struct proc_dir_entry *proc_net_create(struct net *net,
{
return create_proc_info_entry(name,mode, net->proc_net, get_info);
}
EXPORT_SYMBOL_GPL(proc_net_create);

struct proc_dir_entry *proc_net_fops_create(struct net *net,
const char *name, mode_t mode, const struct file_operations *fops)
Expand All @@ -42,12 +43,13 @@ struct proc_dir_entry *proc_net_fops_create(struct net *net,
res->proc_fops = fops;
return res;
}
EXPORT_SYMBOL_GPL(proc_net_fops_create);

void proc_net_remove(struct net *net, const char *name)
{
remove_proc_entry(name, net->proc_net);
}

EXPORT_SYMBOL_GPL(proc_net_remove);

static struct proc_dir_entry *proc_net_shadow;

Expand Down

0 comments on commit 06f34e4

Please sign in to comment.