Searched hist:"18 b4c8e206488014cce2e1a40b4f3d5fd20f4ddb" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | diff 18b4c8e206488014cce2e1a40b4f3d5fd20f4ddb Mon Apr 21 17:32:24 CEST 1997 KATO Takenori <kato@FreeBSD.org> Dirty change in union_lock(). Sometimes upper vnode is locked without UN_ULOCK flag. This shows a locking violation but I couldn't find the reason UN_ULOCK is not set or upper vnode is not unlocked. I added the code that detect this case and adjust un_flags. DIAGNOSTIC kernel doesn't adjust un_flags, but just panic here to help debug by kernel hackers. diff 18b4c8e206488014cce2e1a40b4f3d5fd20f4ddb Mon Apr 21 17:32:24 CEST 1997 KATO Takenori <kato@FreeBSD.org> Dirty change in union_lock(). Sometimes upper vnode is locked without UN_ULOCK flag. This shows a locking violation but I couldn't find the reason UN_ULOCK is not set or upper vnode is not unlocked. I added the code that detect this case and adjust un_flags. DIAGNOSTIC kernel doesn't adjust un_flags, but just panic here to help debug by kernel hackers.
|