On Mon, Dec 31, 2007 at 05:19:25PM -0800, Matthew Dillon wrote:Probably it's still too early to report bugs, but... Index: hammer_subs.c =================================================================== RCS file: /home/source/dragonfly/cvs/src/sys/vfs/hammer/hammer_subs.c,v retrieving revision 1.10 diff -u -r1.10 hammer_subs.c --- hammer_subs.c 1 Jan 2008 01:00:03 -0000 1.10 +++ hammer_subs.c 6 Jan 2008 10:10:26 -0000 @@ -72,8 +72,10 @@ KKASSERT(lock->refs > 0); crit_enter(); if (lock->locktd != td) { - if (lock->locktd != NULL || lock->lockcount) + if (lock->locktd != NULL || lock->lockcount) { + crit_exit(); return(EAGAIN); + } lock->locktd = td; } KKASSERT(lock->lockcount >= 0); Cheers, YONETANI Tomokazu
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| David Woodhouse | [PATCHv2 00/28] Allow built-in firmware to be accessed by request_firmware() |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Mike Travis | [RFC 00/15] x86_64: Optimize percpu accesses |
git: | |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| David Miller | [GIT]: Networking |
