OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Thu Dec 09 2004 - 11:41:53 CST


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2004/12/09 10:41:53

Modified files:
        sys/ufs/ffs : ffs_softdep.c

Log message:
When removing the last item from a non-empty worklist, the worklist
tail pointer must be updated; from FreeBSD (mckusick).
Appears to fix problems I was seeing with processes stuck with
WCHAN=inode in rev 1.50. OK pedro and tedu.