Date: Sat, 1 Nov 2003 00:57:26 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c vm_object.c Message-ID: <200311010857.hA18vQnA007370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/11/01 00:57:26 PST FreeBSD src repository Modified files: sys/vm swap_pager.c vm_object.c Log: - Modify swap_pager_copy() and its callers such that the source and destination objects are locked on entry and exit. Add comments to the callers noting that the locks can be released by swap_pager_copy(). - Remove several instances of GIANT_REQUIRED. Revision Changes Path 1.241 +12 -9 src/sys/vm/swap_pager.c 1.313 +6 -23 src/sys/vm/vm_object.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311010857.hA18vQnA007370>