Date: Sat, 16 May 1998 10:47:45 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Message-ID: <199805161747.KAA16433@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/05/16 10:47:45 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Don't use "ffs" in an ext2fs sleep message string. Don't forget to clear the inode hash lock before returning from ext2_vget() after getnewvnode() fails. Obtained from: rev.1.24 of ffs_vfsops.c (the original patch for the getnewvnode() race). Forgotten in: rev.1.4 here. Removed a duplicate comment. Duplicated in: rev.1.4 here. Fixed the MALLOC() vs getnewvnode() race in ext2_vget(). Obtained from: rev.1.39 of ffs_vfsops.c. Revision Changes Path 1.33 +14 -3 src/sys/gnu/ext2fs/ext2_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805161747.KAA16433>