Date: Tue, 1 Feb 2011 10:20:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <201102011020.p11AKtLG073783@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2011-02-01 10:20:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/kern vfs_subr.c
Log:
SVN rev 218164 on 2011-02-01 10:20:31Z by kib
MFC r217824:
When vtruncbuf() iterates over the vnode buffer list, lock buffer object
before checking the validity of the next buffer pointer. Otherwise, the
buffer might be reclaimed after the check, causing iteration to run into
wrong buffer.
Revision Changes Path
1.767.2.19 +5 -2 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102011020.p11AKtLG073783>
