DragonFly commits List (threaded) for 2004-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern kern_lockf.c
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]