diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-02-04 16:41:59 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-02-04 16:41:59 +0000 |
| commit | eccbb13cb584c093337b82513adfb9eaa5021344 (patch) | |
| tree | 0b20769ad2f1e5bbdb1946dda753abd9c2e363c7 /sys | |
| parent | 227c4518af3d66596f394adfaaf15961894d2879 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_acl.c | 3 | ||||
| -rw-r--r-- | sys/kern/subr_acl_posix1e.c | 3 | ||||
| -rw-r--r-- | sys/kern/vfs_acl.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index 63be63d733a3..a42fe147106b 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.c @@ -30,6 +30,9 @@ /* * Developed by the TrustedBSD Project. * Support for POSIX.1e access control lists. + * + * XXX: When vn_start_write() was scattered throughout the kernel, it + * was not scattered here for some reason. It needs to be. */ #include "opt_cap.h" diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index 63be63d733a3..a42fe147106b 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -30,6 +30,9 @@ /* * Developed by the TrustedBSD Project. * Support for POSIX.1e access control lists. + * + * XXX: When vn_start_write() was scattered throughout the kernel, it + * was not scattered here for some reason. It needs to be. */ #include "opt_cap.h" diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index 63be63d733a3..a42fe147106b 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -30,6 +30,9 @@ /* * Developed by the TrustedBSD Project. * Support for POSIX.1e access control lists. + * + * XXX: When vn_start_write() was scattered throughout the kernel, it + * was not scattered here for some reason. It needs to be. */ #include "opt_cap.h" |
