diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-01-08 22:44:43 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-08 15:02:21 -0800 |
commit | 542d3065f2b1a60a0cfc259c9a36faa470761d78 (patch) | |
tree | e7e56b87ead23a5a17b93718cab55301ced582ee /net/dns_resolver | |
parent | daea5b4dc16c3edc90392a512492dae504f1a37a (diff) |
socket: fix unused-function warning
When procfs is disabled, the fdinfo code causes a harmless
warning:
net/socket.c:1000:13: error: 'sock_show_fdinfo' defined but not used [-Werror=unused-function]
static void sock_show_fdinfo(struct seq_file *m, struct file *f)
Move the function definition up so we can use a single #ifdef
around it.
Fixes: b4653342b151 ("net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]")
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dns_resolver')
0 files changed, 0 insertions, 0 deletions