Date: Sun, 6 Apr 2003 12:26:30 -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/ufs/ffs ffs_rawread.c Message-ID: <200304061926.h36JQUnu062916@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/04/06 12:26:30 PDT
FreeBSD src repository
Modified files:
sys/ufs/ffs ffs_rawread.c
Log:
Sufficient access checks are performed by vmapbuf() that calling useracc()
is pointless. Remove the call to useracc().
Don't reinitialize fields that are already initialized by getpbuf().
Reviewed by: tegge
Revision Changes Path
1.4 +0 -5 src/sys/ufs/ffs/ffs_rawread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304061926.h36JQUnu062916>
