FreeBSD: add support for lockless symlink lookup

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Closes #11883
This commit is contained in:
Mateusz Guzik
2021-04-12 19:59:22 +02:00
committed by Brian Behlendorf
parent ffc2e74f79
commit 4568b5cfba
3 changed files with 100 additions and 2 deletions
@@ -54,6 +54,7 @@ extern "C" {
#define ZNODE_OS_FIELDS \
struct zfsvfs *z_zfsvfs; \
vnode_t *z_vnode; \
char *z_cached_symlink; \
uint64_t z_uid; \
uint64_t z_gid; \
uint64_t z_gen; \