commit | b4653342b1514cb11f25b727c689451aff02996d | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Mon Dec 09 13:03:40 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 12 17:04:54 2019 -0800 |
tree | 9cd9cecda77261092922976494939bebb7a4050b | |
parent | 6b8350a4b0d58cfee39368e5cf6c67369d59b629 [diff] |
net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd] This adds .show_fdinfo to socket_file_ops, so protocols will be able to print their specific data in fdinfo. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>