]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cache: add NCF_WIP flag
authormjg <mjg@FreeBSD.org>
Tue, 4 Aug 2020 23:07:00 +0000 (23:07 +0000)
committermjg <mjg@FreeBSD.org>
Tue, 4 Aug 2020 23:07:00 +0000 (23:07 +0000)
commitc7f4ee1e0d1055bbfbc85210969f2906fa0ce085
treefeef8796c20187a9c90bd60a2cc0da05c7828bcd
parentdcf686cabfe55170242c831307d6a135b63d5efa
cache: add NCF_WIP flag

This allows making half-constructed entries visible to the lockless lookup,
which now can check for either "not yet fully constructed" and "no longer valid"
state.

This will be used for .. lookup.
sys/kern/vfs_cache.c