Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370083
b: refs/heads/master
c: d0206fb
h: refs/heads/master
i:
  370081: 9b6d80e
  370079: d370b6d
v: v3
  • Loading branch information
David Howells authored and Al Viro committed Apr 29, 2013
1 parent 2765ded commit e1578f1
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 14b872f02ebd6fd451744f71a3d44b0e57e423ca
refs/heads/master: d0206fb55540cfdc3a2634ffdafc6f1d86cf1f15
6 changes: 4 additions & 2 deletions trunk/include/linux/proc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ static inline struct proc_dir_entry *proc_create(const char *name, umode_t mode,
return proc_create_data(name, mode, parent, proc_fops, NULL);
}

extern struct proc_dir_entry *create_proc_read_entry(const char *name,
extern __deprecated
struct proc_dir_entry *create_proc_read_entry(const char *name,
umode_t mode, struct proc_dir_entry *base,
read_proc_t *read_proc, void *data);

Expand Down Expand Up @@ -191,7 +192,8 @@ static inline struct proc_dir_entry *proc_mkdir(const char *name,
static inline struct proc_dir_entry *proc_mkdir_mode(const char *name,
umode_t mode, struct proc_dir_entry *parent) { return NULL; }

static inline struct proc_dir_entry *create_proc_read_entry(const char *name,
static inline __deprecated
struct proc_dir_entry *create_proc_read_entry(const char *name,
umode_t mode, struct proc_dir_entry *base,
read_proc_t *read_proc, void * data) { return NULL; }

Expand Down

0 comments on commit e1578f1

Please sign in to comment.