diff options
| author | Christoph Hellwig <hch@lst.de> | 2007-07-16 02:40:30 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:45 -0400 |
| commit | e0807061908a7a9441d0f745deb444f7216904cb (patch) | |
| tree | f07a5ec75bf4c48ed54106b7e0ee9b8bb13c9fcd /include/linux | |
| parent | 1b0fac45878bb88759eec347c273285195649ff7 (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/uio.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/uio.h b/include/linux/uio.h index 9af8bbcd8963..b7fe13883bdb 100644 --- a/include/linux/uio.h +++ b/include/linux/uio.h | |||
| @@ -13,10 +13,6 @@ | |||
| 13 | * 2 of the License, or (at your option) any later version. | 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 | struct iovec | 16 | struct iovec |
| 21 | { | 17 | { |
| 22 | void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */ | 18 | void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */ |
| @@ -38,11 +34,6 @@ struct kvec { | |||
| 38 | 34 | ||
| 39 | #define UIO_FASTIOV 8 | 35 | #define UIO_FASTIOV 8 |
| 40 | #define UIO_MAXIOV 1024 | 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 | * Total number of bytes covered by an iovec. | 39 | * Total number of bytes covered by an iovec. |
