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: Pedro Martelletto (pedrocvs.openbsd.org)
Date: Tue Aug 19 2008 - 04:49:50 CDT


CVSROOT: /cvs
Module name: src
Changes by: pedrocvs.openbsd.org 2008/08/19 03:49:50

Modified files:
        sys/compat/common: compat_dir.c

Log message:
When failing to acquire the vnode lock in readdir_with_callback(), don't
try to release it before returning, okay fgsch and tedu.