Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2007 18:45:37 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/udf udf_vnops.c
Message-ID:  <200701151845.l0FIjb4e073605@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701151845.l0FIjb4e073605>