Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370117
b: refs/heads/master
c: 4abfd02
h: refs/heads/master
i:
  370115: d03dbed
v: v3
  • Loading branch information
David Howells authored and Al Viro committed May 1, 2013
1 parent 36f3c87 commit 989f17b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 0bb80f240520c4148b623161e7856858c021696d
refs/heads/master: 4abfd0298900851930310e5d736a7f3a105089ec
4 changes: 4 additions & 0 deletions trunk/fs/proc/proc_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

#include "internal.h"

static inline struct net *PDE_NET(struct proc_dir_entry *pde)
{
return pde->parent->data;
}

static struct net *get_proc_net(const struct inode *inode)
{
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/linux/proc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ static inline void *PDE_DATA(const struct inode *inode)
return PROC_I(inode)->pde->data;
}

static inline struct net *PDE_NET(struct proc_dir_entry *pde)
{
return pde->parent->data;
}

#include <linux/signal.h>

void render_sigset_t(struct seq_file *m, const char *header, sigset_t *set);
Expand Down

0 comments on commit 989f17b

Please sign in to comment.