From: Benjamin LaHaise Date: Wed, 10 Aug 2005 21:16:04 +0000 (-0700) Subject: [NET]: Make use of ->private_data in sockfd_lookup X-Git-Tag: v2.6.14-rc1~1035^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07dc3f0718d2c88c3094a0aadeeb4744effc5439;p=pandora-kernel.git [NET]: Make use of ->private_data in sockfd_lookup Please consider the patch below which makes use of file->private_data to store the pointer to the socket, which avoids touching several unused cachelines in the dentry and inode in sockfd_lookup. Signed-off-by: Benjamin LaHaise Signed-off-by: David S. Miller --- Reading git-diff-tree failed