diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-02-05 18:46:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-02-05 18:46:24 -0800 |
| commit | 628561a60392ef1e0887fa1b2157004490497126 (patch) | |
| tree | 135254cfd1e61728caa5214ee63ebd1ac9091da0 /net/unix/garbage.c | |
| parent | 676952b9bd85d03929922c101352a5677979f9e6 (diff) | |
[PATCH] (1/2) inode trimming
more inode->u trimming - socket_i is killed.
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 457515db9b18..8581b06c94ae 100644 --- a/net/unix/garbage.c +++ b/net/unix/garbage.c @@ -101,7 +101,7 @@ extern inline unix_socket *unix_get_socket(struct file *filp) * Socket ? */ if (inode->i_sock) { - struct socket * sock = &inode->u.socket_i; + struct socket * sock = SOCKET_I(inode); struct sock * s = sock->sk; /* |
