Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43595
b: refs/heads/master
c: 6db5fc5
h: refs/heads/master
i:
  43593: 3573319
  43591: 2637559
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 4785ba3 commit 1f1fa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6df81ab22700aadbbefaf0aa00bb9a18f9f54028
refs/heads/master: 6db5fc5d536560e31978c6911b1f5662e42083ac
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static struct sock *netlink_getsockbypid(struct sock *ssk, u32 pid)

struct sock *netlink_getsockbyfilp(struct file *filp)
{
struct inode *inode = filp->f_dentry->d_inode;
struct inode *inode = filp->f_path.dentry->d_inode;
struct sock *sock;

if (!S_ISSOCK(inode->i_mode))
Expand Down

0 comments on commit 1f1fa03

Please sign in to comment.