Date: Sat, 5 Apr 2003 13:19:58 -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/kern kern_physio.c Message-ID: <200304052119.h35LJwrH020559@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/04/05 13:19:58 PST FreeBSD src repository Modified files: sys/kern kern_physio.c Log: Sufficient access checks are performed by vmapbuf() that calling useracc() is pointless. Remove the call to useracc() from physio(). Reviewed by: tegge Revision Changes Path 1.57 +1 -15 src/sys/kern/kern_physio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304052119.h35LJwrH020559>