From: Pavel Emelyanov Date: Thu, 15 Dec 2011 02:45:07 +0000 (+0000) Subject: unix_diag: Dumping exact socket core X-Git-Tag: v3.3-rc1~182^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3cae8bc39dd38d1aa5fd4bbc788c7b43fcaa71;p=pandora-kernel.git unix_diag: Dumping exact socket core The socket inode is used as a key for lookup. This is effectively the only really unique ID of a unix socket, but using this for search currently has one problem -- it is O(number of sockets) :( Does it worth fixing this lookup or inventing some other ID for unix sockets? Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed