Module Name: src Committed By: christos Date: Sun Apr 12 13:12:42 UTC 2020
Modified Files: src/sys/kern: vfs_vnops.c Log Message: Pass NOCRED instead of NULL for credentials. These routines are supposed to be accessing system ACL's on behalf of the kernel. This code appears to be copied from FreeBSD, but there it works because in FreeBSD NOCRED is 0, ours is -1. I guess nobody has used system extended attributes on NetBSD yet :-) To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 src/sys/kern/vfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.