ufs: denote lack of support for lockless symlink lookup
It is unclear without investigating if it can be provided without using extra memory, so for the time being just don't.
This commit is contained in:
parent
739ecbcf1c
commit
c892d60a1d
@ -2963,6 +2963,7 @@ struct vop_vector ufs_vnodeops = {
|
|||||||
.vop_accessx = ufs_accessx,
|
.vop_accessx = ufs_accessx,
|
||||||
.vop_bmap = ufs_bmap,
|
.vop_bmap = ufs_bmap,
|
||||||
.vop_fplookup_vexec = ufs_fplookup_vexec,
|
.vop_fplookup_vexec = ufs_fplookup_vexec,
|
||||||
|
.vop_fplookup_symlink = VOP_EAGAIN,
|
||||||
.vop_cachedlookup = ufs_lookup,
|
.vop_cachedlookup = ufs_lookup,
|
||||||
.vop_close = ufs_close,
|
.vop_close = ufs_close,
|
||||||
.vop_create = ufs_create,
|
.vop_create = ufs_create,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user