Commit e0807061908a7a9441d0f745deb444f7216904cb
Committed by
Linus Torvalds
1 parent
1b0fac4587
Exists in
master
and in
39 other branches
remove odd and misleading comments from uio.h
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff
include/linux/uio.h
... | ... | @@ -13,10 +13,6 @@ |
13 | 13 | * 2 of the License, or (at your option) any later version. |
14 | 14 | */ |
15 | 15 | |
16 | - | |
17 | -/* A word of warning: Our uio structure will clash with the C library one (which is now obsolete). Remove the C | |
18 | - library one from sys/uio.h if you have a very old library set */ | |
19 | - | |
20 | 16 | struct iovec |
21 | 17 | { |
22 | 18 | void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */ |
... | ... | @@ -38,11 +34,6 @@ |
38 | 34 | |
39 | 35 | #define UIO_FASTIOV 8 |
40 | 36 | #define UIO_MAXIOV 1024 |
41 | -#if 0 | |
42 | -#define UIO_MAXIOV 16 /* Maximum iovec's in one operation | |
43 | - 16 matches BSD */ | |
44 | - /* Beg pardon: BSD has 1024 --ANK */ | |
45 | -#endif | |
46 | 37 | |
47 | 38 | /* |
48 | 39 | * Total number of bytes covered by an iovec. |