commit | 5d3cae8bc39dd38d1aa5fd4bbc788c7b43fcaa71 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Thu Dec 15 02:45:07 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 16 13:48:28 2011 -0500 |
tree | 8d49e08b4887296b9230dd010ab1b435a7980d44 | |
parent | 45a96b9be6ec1b7d248642d17ceee59ff5f64451 [diff] |
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 <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>