cvs commit: src/sys/fs/udf udf_vnops.c

Pav Lucistnik pav at FreeBSD.org
Mon Jan 15 18:45:37 UTC 2007


pav         2007-01-15 18:45:37 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    sys/fs/udf           udf_vnops.c 
  Log:
  Rewrite the udf_read() routine to use a file vnode instead of the devvp vnode.
  The code is modelled after cd9660, including support for simple read-ahead
  courtesy of clustered read.
  
  Fix udf_strategy to DTRT.
  
  This change fixes sendfile(2) not to send out garbage.
  
  Reviewed by:    scottl
  MFC after:      1 month
  
  Revision  Changes    Path
  1.63      +52 -24    src/sys/fs/udf/udf_vnops.c


More information about the cvs-src mailing list