Home
last modified time | relevance | path

Searched hist:"363 ad700917b4d6a09633cb18e730c416338e5e0" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/unionfs/
H A Dunion_vnops.cdiff 363ad700917b4d6a09633cb18e730c416338e5e0 Sun Apr 13 08:29:13 CEST 1997 Poul-Henning Kamp <phk@FreeBSD.org> The function union_fsync tries to lock overlaying vnode object when
dolock is not set (that is, targetvp == overlaying vnode object).
Current code use FIXUP macro to do this, and never unlocks overlaying
vnode object in union_fsync. So, the vnode object will be locked
twice and never unlocked.

PR: 3271
Submitted by: kato
diff 363ad700917b4d6a09633cb18e730c416338e5e0 Sun Apr 13 08:29:13 CEST 1997 Poul-Henning Kamp <phk@FreeBSD.org> The function union_fsync tries to lock overlaying vnode object when
dolock is not set (that is, targetvp == overlaying vnode object).
Current code use FIXUP macro to do this, and never unlocks overlaying
vnode object in union_fsync. So, the vnode object will be locked
twice and never unlocked.

PR: 3271
Submitted by: kato