cvs commit: src/sys/kern kern_physio.c vfs_aio.c src/sys/ufs/ffs
ffs_rawread.c
Alan Cox
alc at FreeBSD.org
Wed May 28 23:15:37 PDT 2003
alc 2003/05/28 23:15:35 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/kern kern_physio.c vfs_aio.c
sys/ufs/ffs ffs_rawread.c
Log:
MFC
o Don't reinitialize fields that are already initialized by getpbuf().
o Sufficient access checks are performed by vmapbuf() that calling
useracc() is pointless (and costly). Remove the call to useracc().
Revision Changes Path
1.46.2.3 +2 -9 src/sys/kern/kern_physio.c
1.70.2.28 +3 -16 src/sys/kern/vfs_aio.c
1.3.2.2 +0 -5 src/sys/ufs/ffs/ffs_rawread.c
More information about the cvs-src
mailing list