diff options
| author | Josef Sipek <[email protected]> | 2006-12-08 10:37:45 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-12-08 16:28:50 +0000 |
| commit | 592ccbf9fba665031765d9bb0f6c1ede1fa62f96 (patch) | |
| tree | 67d7a0f87d7a78b1cf82336bca8bc9d921d3e741 /net/unix/garbage.c | |
| parent | [PATCH] struct path: convert ufs (diff) | |
| download | kernel-592ccbf9fba665031765d9bb0f6c1ede1fa62f96.tar.gz kernel-592ccbf9fba665031765d9bb0f6c1ede1fa62f96.zip | |
[PATCH] struct path: convert unix
Signed-off-by: Josef Sipek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/garbage.c')
| -rw-r--r-- | net/unix/garbage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/garbage.c b/net/unix/garbage.c index 746c2f4a5fa6..f14ad6635fcc 100644 --- a/net/unix/garbage.c +++ b/net/unix/garbage.c @@ -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 ? |
