Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43622
b: refs/heads/master
c: 592ccbf
h: refs/heads/master
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent e087395 commit 3fa3cc9
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: 763454d6108ad1c6d4e1013321aef8bf5efb3a4f
refs/heads/master: 592ccbf9fba665031765d9bb0f6c1ede1fa62f96
2 changes: 1 addition & 1 deletion trunk/net/unix/garbage.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ atomic_t unix_tot_inflight = ATOMIC_INIT(0);
static struct sock *unix_get_socket(struct file *filp)
{
struct sock *u_sock = NULL;
struct inode *inode = filp->f_dentry->d_inode;
struct inode *inode = filp->f_path.dentry->d_inode;

/*
* Socket ?
Expand Down

0 comments on commit 3fa3cc9

Please sign in to comment.