CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/28 08:17:52
Modified files:
sys/kern : vfs_syscalls.c
Log message:
remove duplicate setting of p_pledgenote:
- in sys_access() which call dofaccessat() and where the same note is already
setted
- in sys_mkdir() which call domkdirat() and where the same note is already
setted
- in sys_rmdir() which call dounlinkat() and where the same note is already
setted
it makes the p_pledgenote affectation be near NDINIT/NDINITAT call.
