Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> 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



Home | Main Index | Thread Index | Old Index