Skip to content

Commit

Permalink
net: bury net/core/iovec.c - nothing in there is used anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Feb 4, 2015
1 parent f25dcc7 commit 31a25fa
Showing 3 changed files with 1 addition and 145 deletions.
7 changes: 0 additions & 7 deletions include/linux/socket.h
Original file line number Diff line number Diff line change
@@ -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);

2 changes: 1 addition & 1 deletion net/core/Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Makefile for the Linux networking core.
#

obj-y := sock.o request_sock.o skbuff.o iovec.o datagram.o stream.o scm.o \
obj-y := sock.o request_sock.o skbuff.o datagram.o stream.o scm.o \
gen_stats.o gen_estimator.o net_namespace.o secure_seq.o flow_dissector.o

obj-$(CONFIG_SYSCTL) += sysctl_net_core.o
137 changes: 0 additions & 137 deletions net/core/iovec.c

This file was deleted.

0 comments on commit 31a25fa

Please sign in to comment.