mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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.
This commit is contained in:
parent
227c4518af
commit
eccbb13cb5
3 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue