Subject: Re: CVS commit: src/sys/nfs
To: None <christos@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 07/08/2005 12:36:58
> Module Name:	src
> Committed By:	christos
> Date:		Thu Jul  7 14:26:37 UTC 2005
> 
> Modified Files:
> 	src/sys/nfs: nfs_bio.c
> 
> Log Message:
> Back to using curproc in the VLNK case when uiop->uio_procp == NULL,
> and explain why we need to.

why do you want to use uio_procp->p_ucred here?

uio_procp specifies an address space, not a requester.
i don't understand what an address space's credential means.

YAMAMOTO Takashi