Subject: Re: CVS commit: src/sys/kern
To: None <jmmv@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/02/2005 10:54:22
> Module Name:	src
> Committed By:	jmmv
> Date:		Tue Aug 30 09:37:41 UTC 2005
> 
> Modified Files:
> 	src/sys/kern: vfs_syscalls.c
> 
> Log Message:
> Make all creation operations (mkdir, create, mknod and symlink) consistent
> by changing the symlink one to set vap's vatype to VLNK.  All the other three
> already set vatype to the correct type.  Note that, however, in the mkdir
> case (and now symlink too) this is not strictly necessary.

please don't forget to update all callers of the VOP, including nfsd.

YAMAMOTO Takashi