Subject: calling sys_open
To: None <tech-kern@netbsd.org>
From: Ashish Gupta <gashish@cse.iitk.ac.in>
List: tech-kern
Date: 05/14/2000 18:12:11
Hi!
    When calling sys_open,it calls NDINIT with UIO_USERSPACE
as one of the arguments.But as i am calling from KERNEL space
should i have to change some fields of VM sturcts to have illusion 
that call is made from USERSPACE and latter on restore the values.

Thanks in advance for help.

Ashish