Subject: Re: yamt-uio_vmspace branch
To: None <tsarna@sarna.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/31/2005 20:48:26
> I am still trying to get Arla to work after the ktrace-lwp merge. One
> thing I noticed is that it has a nnpfs_uio_to_proc() macro.
> How would situations like this be dealt with?

(assuming that the macro returns uio->uio_procp)

- if it's used to describe an address space, use uio->uio_vmspace instead.
- otherwise, it's an abuse.  use the correct one instead.  eg. curproc.

YAMAMOTO Takashi