Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352522
b: refs/heads/master
c: b4278c9
h: refs/heads/master
v: v3
  • Loading branch information
Gao feng authored and David S. Miller committed Feb 18, 2013
1 parent f020258 commit ae34edb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 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: d4beaa66add8aebf83ab16d2fde4e4de8dac36df
refs/heads/master: b4278c961aca320839964e23cfc7906ff61af0c2
8 changes: 0 additions & 8 deletions trunk/fs/proc/proc_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@ const struct file_operations proc_net_operations = {
.readdir = proc_tgid_net_readdir,
};


struct proc_dir_entry *proc_net_fops_create(struct net *net,
const char *name, umode_t mode, const struct file_operations *fops)
{
return proc_create(name, mode, net->proc_net, fops);
}
EXPORT_SYMBOL_GPL(proc_net_fops_create);

void proc_net_remove(struct net *net, const char *name)
{
remove_proc_entry(name, net->proc_net);
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/linux/proc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ static inline struct proc_dir_entry *create_proc_read_entry(const char *name,
return res;
}

extern struct proc_dir_entry *proc_net_fops_create(struct net *net,
const char *name, umode_t mode, const struct file_operations *fops);
extern void proc_net_remove(struct net *net, const char *name);
extern struct proc_dir_entry *proc_net_mkdir(struct net *net, const char *name,
struct proc_dir_entry *parent);
Expand All @@ -184,7 +182,6 @@ extern int proc_alloc_inum(unsigned int *pino);
extern void proc_free_inum(unsigned int inum);
#else

#define proc_net_fops_create(net, name, mode, fops) ({ (void)(mode), NULL; })
static inline void proc_net_remove(struct net *net, const char *name) {}

static inline void proc_flush_task(struct task_struct *task)
Expand Down

0 comments on commit ae34edb

Please sign in to comment.