[NET]: Use file->private_data to get socket pointer.
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 6 Sep 2005 21:42:45 +0000 (14:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 21:42:45 +0000 (14:42 -0700)
Avoid touching file->f_dentry on sockets, since file->private_data
directly gives us the socket pointer.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found