Date: Tue, 26 Apr 2011 12:07:07 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_object.c Message-ID: <201104261207.p3QC7IHT024661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2011-04-26 12:07:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/vm vm_object.c
Log:
SVN rev 221061 on 2011-04-26 12:07:07Z by kib
MFC r220977:
Fix two bugs in r218670.
Hold the vnode around the region where object lock is dropped, until
vnode lock is acquired.
Do not drop the vnode reference for a case when the object was
deallocated during unlock. Note that in this case, VV_TEXT is cleared
by vnode_pager_dealloc().
Revision Changes Path
1.408.2.13 +11 -4 src/sys/vm/vm_object.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104261207.p3QC7IHT024661>
