Date: Wed, 15 Sep 2010 15:33:51 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/sys buf.h Message-ID: <201009151534.o8FFYPH4002657@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdf 2010-09-15 15:33:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_bio.c sys/sys buf.h Log: SVN rev 212664 on 2010-09-15 15:33:51Z by mdf Revert r212563, which was a MFC of r209053, as it introduced an unlocked read/modify/write of b_vflags. The unlocked access is fixed in CURRENT and stable/8 by r211213 and its MFC, r212583. Rather than MFC to stable/7, reverting the injecting code seems preferable. Revision Changes Path 1.528.2.14 +9 -53 src/sys/kern/vfs_bio.c 1.196.2.4 +0 -1 src/sys/sys/buf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009151534.o8FFYPH4002657>