summaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
diff options
context:
space:
mode:
authorAl Viro2017-07-02 00:46:30 +0200
committerAl Viro2018-01-25 01:13:45 +0100
commit5c59e564e46dcbab2ee7a4e9e0243562a39679a2 (patch)
tree1c802ae92bdfca234d5d106f3a6df62da5977f91 /include/linux/net.h
parentdev_ioctl(): move copyin/copyout to callers (diff)
downloadkernel-qcow2-linux-5c59e564e46dcbab2ee7a4e9e0243562a39679a2.tar.gz
kernel-qcow2-linux-5c59e564e46dcbab2ee7a4e9e0243562a39679a2.tar.xz
kernel-qcow2-linux-5c59e564e46dcbab2ee7a4e9e0243562a39679a2.zip
kill kernel_sock_ioctl()
no users since 2014 Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/net.h')
-rw-r--r--include/linux/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h
index caeb159abda5..68acc54976bf 100644
--- a/include/linux/net.h
+++ b/include/linux/net.h
@@ -306,7 +306,6 @@ int kernel_sendpage(struct socket *sock, struct page *page, int offset,
size_t size, int flags);
int kernel_sendpage_locked(struct sock *sk, struct page *page, int offset,
size_t size, int flags);
-int kernel_sock_ioctl(struct socket *sock, int cmd, unsigned long arg);
int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
/* Routine returns the IP overhead imposed by a (caller-protected) socket. */