diff options
author | Josef Sipek <jsipek@fsl.cs.sunysb.edu> | 2006-12-08 05:37:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:48 -0500 |
commit | 6db5fc5d536560e31978c6911b1f5662e42083ac (patch) | |
tree | 0afa5e26a0daff7742becf5f7073b8dfac9aae41 | |
parent | 6df81ab22700aadbbefaf0aa00bb9a18f9f54028 (diff) |
[PATCH] struct path: convert netlink
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | net/netlink/af_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 3baafb10f8f3..276131fe56dd 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -699,7 +699,7 @@ static struct sock *netlink_getsockbypid(struct sock *ssk, u32 pid) | |||
699 | 699 | ||
700 | struct sock *netlink_getsockbyfilp(struct file *filp) | 700 | struct sock *netlink_getsockbyfilp(struct file *filp) |
701 | { | 701 | { |
702 | struct inode *inode = filp->f_dentry->d_inode; | 702 | struct inode *inode = filp->f_path.dentry->d_inode; |
703 | struct sock *sock; | 703 | struct sock *sock; |
704 | 704 | ||
705 | if (!S_ISSOCK(inode->i_mode)) | 705 | if (!S_ISSOCK(inode->i_mode)) |