|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.115.2.3, 2005/12/31 11:34:26 | version 1.115.2.4, 2006/01/15 10:44:52 | ||
|---|---|---|---|
|
|
||
| vaddr_t lva, va; | vaddr_t lva, va; | ||
| int npgs, i, error; | int npgs, i, error; | ||
| if (VMSPACE_IS_KERNEL(uio->uio_vmspace)) | if (VMSPACE_IS_KERNEL_P(uio->uio_vmspace)) | ||
| return (0); | return (0); | ||
| if (iov->iov_len < (size_t) space) | if (iov->iov_len < (size_t) space) |