summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_acl.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-02-04 16:41:59 +0000
committerrwatson <rwatson@FreeBSD.org>2002-02-04 16:41:59 +0000
commitca6a9763cbdc13c08d9a95f29f113ea9f1cf8efb (patch)
tree0b20769ad2f1e5bbdb1946dda753abd9c2e363c7 /sys/kern/vfs_acl.c
parentb9958583446840f1f0f091ed28e7d0a337d55ab2 (diff)
downloadFreeBSD-src-ca6a9763cbdc13c08d9a95f29f113ea9f1cf8efb.zip
FreeBSD-src-ca6a9763cbdc13c08d9a95f29f113ea9f1cf8efb.tar.gz
Note that Kirk apparently missed adding vn_start_write() and friends
to kern_acl.c when he added snapshotting. This will need to be added at some point.
Diffstat (limited to 'sys/kern/vfs_acl.c')
-rw-r--r--sys/kern/vfs_acl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c
index 63be63d..a42fe14 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"
OpenPOWER on IntegriCloud