Date: Fri, 12 Sep 2003 21:29:55 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200309130429.h8D4Ttlk051992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/09/12 21:29:55 PDT FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Convert vmapbuf() from using pmap_extract() to using pmap_extract_and_hold(). Note, however, that GIANT_REQUIRED should not be removed until all platforms fully implement the "prot" parameter to pmap_extract_and_hold(). Reviewed by: tegge Revision Changes Path 1.404 +7 -13 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309130429.h8D4Ttlk051992>