cvs commit: src/sys/ufs/ffs ffs_rawread.c

Alan Cox alc at FreeBSD.org
Sun Apr 6 12:26:31 PDT 2003


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


More information about the cvs-src mailing list