diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-28 15:53:57 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-02-04 01:34:15 -0500 |
commit | 31a25fae85956e3a9c778141d29e5e803fb0b124 (patch) | |
tree | a4242ed82353f2c7a4c5540057e52d4f7ca28801 /include/linux/socket.h | |
parent | f25dcc7687d42a72de18aa41b04990a24c9e77c7 (diff) |
net: bury net/core/iovec.c - nothing in there is used anymore
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/socket.h')
-rw-r--r-- | include/linux/socket.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 6e49a14365d..5c19cba34dc 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h @@ -318,13 +318,6 @@ struct ucred { /* IPX options */ #define IPX_TYPE 1 -extern int csum_partial_copy_fromiovecend(unsigned char *kdata, - struct iovec *iov, - int offset, - unsigned int len, __wsum *csump); -extern unsigned long iov_pages(const struct iovec *iov, int offset, - unsigned long nr_segs); - extern int move_addr_to_kernel(void __user *uaddr, int ulen, struct sockaddr_storage *kaddr); extern int put_cmsg(struct msghdr*, int level, int type, int len, void *data); |