mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
Actually fix build for FBSD80 after vcache refactoring
One more s/tvc/avc/ Change-Id: Ie99310bb08da5bf7aaee022e9c0ca43d1a33c3db Reviewed-on: http://gerrit.openafs.org/1923 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
de68cdef9e
commit
7ba5c7263d
@ -38,7 +38,7 @@ osi_TryEvictVCache(struct vcache *avc, int *slept) {
|
||||
|
||||
vgone(AFSTOV(avc));
|
||||
#if defined(AFS_FBSD80_ENV)
|
||||
VOP_UNLOCK(AFSTOV(tvc), 0);
|
||||
VOP_UNLOCK(AFSTOV(avc), 0);
|
||||
#endif
|
||||
|
||||
AFS_GLOCK();
|
||||
|
Loading…
Reference in New Issue
Block a user