commit | 248969ae31e1b3276fc4399d67ce29a5d81e6fd9 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <[email protected]> | Mon Nov 17 00:00:30 2008 -0800 |
committer | David S. Miller <[email protected]> | Mon Nov 17 00:00:30 2008 -0800 |
tree | 13b57b061262af3cb2fba0aa8384d67f999ba7c2 | |
parent | c3ccc12339afa2633c72131e2aa97d52d9ca1b8a [diff] |
net: af_unix can make unix_nr_socks visbile in /proc Currently, /proc/net/protocols displays socket counts only for TCP/TCPv6 protocols We can provide unix_nr_socks for free here, this counter being already maintained in af_unix Before patch : # grep UNIX /proc/net/protocols UNIX 428 -1 -1 NI 0 yes kernel After patch : # grep UNIX /proc/net/protocols UNIX 428 98 -1 NI 0 yes kernel Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>