mtd/include/linux/mtd mtd.h,1.53,1.54

David Woodhouse dwmw2 at infradead.org
Wed Jul 14 21:13:14 EDT 2004


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv2866

Modified Files:
	mtd.h 
Log Message:
Remove kvec again. It's moved elsewhere because AFS uses it too now.


Index: mtd.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/mtd.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- mtd.h	12 Jul 2004 15:04:23 -0000	1.53
+++ mtd.h	15 Jul 2004 01:13:12 -0000	1.54
@@ -21,11 +21,6 @@
 
 #include <mtd/mtd-abi.h>
 
-struct kvec {
-	void *iov_base; /* and that should *never* hold a userland pointer */
-	size_t iov_len;
-};
-
 #define MTD_CHAR_MAJOR 90
 #define MTD_BLOCK_MAJOR 31
 #define MAX_MTD_DEVICES 16





More information about the linux-mtd-cvs mailing list