Date: Sun, 22 Feb 2004 22:56:32 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c Message-ID: <200402230656.i1N6uWIa069188@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2004/02/22 22:56:32 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: In the function clear_inodedeps(), a FREE_LOCK() should be called AFTER the call to vn_start_write(), not before it. Otherwise, it is possible to unlock it multiple times if the vn_start_write() fails. Submitted by: Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de> Revision Changes Path 1.150 +1 -1 src/sys/ufs/ffs/ffs_softdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402230656.i1N6uWIa069188>