cvs commit: src/sys/kern kern_lockf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jul 25 13:02:33 PDT 2006
dillon 2006/07/25 13:01:50 PDT
DragonFly src repository
Modified files:
sys/kern kern_lockf.c
Log:
Fix a bug where the VMAYHAVELOCKS flag on a vnode may get lost, resulting
in an assertion during exit.
Fix a bug where F_NOEND is not properly set in one of the merge cases. This
only effects very rare F_GETLK cases.
Reported-by: Joerg Sonnenberger <joerg at xxxxxxxxxxxxxxxxx>
Revision Changes Path
1.32 +9 -2 src/sys/kern/kern_lockf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_lockf.c.diff?r1=1.31&r2=1.32&f=u
More information about the Commits
mailing list