cvs commit: src/sys/kern kern_lockf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 6 22:46:29 PDT 2004
dillon 2004/05/06 22:45:31 PDT
DragonFly src repository
Modified files:
sys/kern kern_lockf.c
Log:
One of the lf_create_range() calls in lf_clearlock() was passing a bogus
owner (nrange->lf_owner instead of range->lf_owner), causing a panic
later on. 'atq now' triggers the panic. This minor bug was introduced in
the recent fix to the malloc blocking issues.
Noticed-by: David Rhodus <drhodus at xxxxxxxxxxx>
Revision Changes Path
1.10 +2 -2 src/sys/kern/kern_lockf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_lockf.c.diff?r1=1.9&r2=1.10&f=h
More information about the Commits
mailing list