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