mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
VN_RELE calls osi_iput on Linux which tries to get GLOCK.
Don't call VN_RELE while holding GLOCK.
This commit is contained in:
parent
cabd0bbd4f
commit
4fac7a61d8
@ -485,8 +485,8 @@ static void afs_TryFlushDcacheChildren(struct vcache *tvc)
|
||||
VN_HOLD(tvc);
|
||||
AFS_GUNLOCK();
|
||||
d_prune_aliases(ip);
|
||||
AFS_GLOCK();
|
||||
VN_RELE(tvc);
|
||||
AFS_GLOCK();
|
||||
#else
|
||||
restart:
|
||||
DLOCK();
|
||||
|
Loading…
Reference in New Issue
Block a user