mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
cache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENTRY to lockless lookup
They are de facto ignored.
This commit is contained in:
parent
7cc1718613
commit
029cfccc71
1 changed files with 3 additions and 2 deletions
|
|
@ -3700,8 +3700,9 @@ cache_fpl_handled_impl(struct cache_fpl *fpl, int error, int line)
|
|||
#define cache_fpl_handled(x, e) cache_fpl_handled_impl((x), (e), __LINE__)
|
||||
|
||||
#define CACHE_FPL_SUPPORTED_CN_FLAGS \
|
||||
(LOCKLEAF | LOCKPARENT | WANTPARENT | NOCACHE | FOLLOW | LOCKSHARED | SAVENAME | \
|
||||
SAVESTART | WILLBEDIR | ISOPEN | NOMACCHECK | AUDITVNODE1 | AUDITVNODE2 | NOCAPCHECK)
|
||||
(NC_NOMAKEENTRY | NC_KEEPPOSENTRY | LOCKLEAF | LOCKPARENT | WANTPARENT | \
|
||||
FOLLOW | LOCKSHARED | SAVENAME | SAVESTART | WILLBEDIR | ISOPEN | \
|
||||
NOMACCHECK | AUDITVNODE1 | AUDITVNODE2 | NOCAPCHECK)
|
||||
|
||||
#define CACHE_FPL_INTERNAL_CN_FLAGS \
|
||||
(ISDOTDOT | MAKEENTRY | ISLASTCN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue