Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352795
b: refs/heads/master
c: 4fc1a60
h: refs/heads/master
i:
  352793: 90af9c4
  352791: 51b9e04
v: v3
  • Loading branch information
Gao feng authored and David S. Miller committed Feb 19, 2013
1 parent c0db2cb commit f047a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 629821d9b05254063df774594cfe15c0343b73f2
refs/heads/master: 4fc1a601f147abe3bfb4d70fe718110ed21953e1
9 changes: 3 additions & 6 deletions trunk/include/linux/proc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,9 @@ static inline void proc_flush_task(struct task_struct *task)

static inline struct proc_dir_entry *create_proc_entry(const char *name,
umode_t mode, struct proc_dir_entry *parent) { return NULL; }
static inline struct proc_dir_entry *proc_create(const char *name,
umode_t mode, struct proc_dir_entry *parent,
const struct file_operations *proc_fops)
{
return NULL;
}

#define proc_create(name, mode, parent, fops) ({ (void)(mode), NULL; })

static inline struct proc_dir_entry *proc_create_data(const char *name,
umode_t mode, struct proc_dir_entry *parent,
const struct file_operations *proc_fops, void *data)
Expand Down

0 comments on commit f047a98

Please sign in to comment.