mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cache: add NOCAPCHECK to the list of supported flags for lockless lookup
It is de facto supported in that lockless lookup does not do any capability checks.
This commit is contained in:
parent
d3c131a1c4
commit
3c5d2ed71f
1 changed files with 1 additions and 1 deletions
|
|
@ -3144,7 +3144,7 @@ cache_fpl_handled_impl(struct cache_fpl *fpl, int error, int line)
|
|||
|
||||
#define CACHE_FPL_SUPPORTED_CN_FLAGS \
|
||||
(LOCKLEAF | LOCKPARENT | WANTPARENT | NOCACHE | FOLLOW | LOCKSHARED | SAVENAME | \
|
||||
SAVESTART | WILLBEDIR | ISOPEN | NOMACCHECK | AUDITVNODE1 | AUDITVNODE2)
|
||||
SAVESTART | WILLBEDIR | ISOPEN | NOMACCHECK | AUDITVNODE1 | AUDITVNODE2 | NOCAPCHECK)
|
||||
|
||||
#define CACHE_FPL_INTERNAL_CN_FLAGS \
|
||||
(ISDOTDOT | MAKEENTRY | ISLASTCN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue