mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90192
@ -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 New Issue
Block a user