mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
vfs cache: restore sorted order of CACHE_FPL_SUPPORTED_CN_FLAGS
This commit is contained in:
parent
df042dcf26
commit
60bd7f97b6
1 changed files with 2 additions and 2 deletions
|
|
@ -4347,9 +4347,9 @@ cache_fpl_terminated(struct cache_fpl *fpl)
|
|||
|
||||
#define CACHE_FPL_SUPPORTED_CN_FLAGS \
|
||||
(NC_NOMAKEENTRY | NC_KEEPPOSENTRY | LOCKLEAF | LOCKPARENT | WANTPARENT | \
|
||||
FAILIFEXISTS | FOLLOW | EMPTYPATH | LOCKSHARED | WILLBEDIR | \
|
||||
FAILIFEXISTS | FOLLOW | EMPTYPATH | LOCKSHARED | ISRESTARTED | WILLBEDIR | \
|
||||
ISOPEN | NOMACCHECK | AUDITVNODE1 | AUDITVNODE2 | NOCAPCHECK | OPENREAD | \
|
||||
OPENWRITE | WANTIOCTLCAPS | ISRESTARTED)
|
||||
OPENWRITE | WANTIOCTLCAPS)
|
||||
|
||||
#define CACHE_FPL_INTERNAL_CN_FLAGS \
|
||||
(ISDOTDOT | MAKEENTRY | ISLASTCN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue