Import 2.1.15
[davej-history.git] / include / linux / uio.h
index 5fbc2f7..547034f 100644 (file)
@@ -24,7+24,12 @@ struct iovec
  *     UIO_MAXIOV shall be at least 16 1003.1g (5.4.1.1)
  */
  
+#define UIO_FASTIOV    8
+#define UIO_MAXIOV     1024
+#if 0
 #define UIO_MAXIOV     16      /* Maximum iovec's in one operation 
                                   16 matches BSD */
+                                /* Beg pardon: BSD has 1024 --ANK */
+#endif
 
 #endif
close