Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 1997 06:55:51 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/isofs/cd9660 cd9660_vnops.c
Message-ID:  <199710271455.GAA09623@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/10/27 06:55:50 PST

  Modified files:
    sys/isofs/cd9660     cd9660_vnops.c 
  Log:
  Use bread() instead of cluster_read() for reading the last block
  in a file.  There was a (harmless, I think) off-by-1 error.  This
  was fixed in ufs long ago (rev.1.21 of ufs_readwrite.c) but not
  in cd9660.
  
  cd9660_read() has stagnated in many other ways.  It is closer to
  the Net/2 ufs_read() (which is was cloned from) than ufs_read()
  itself is.
  
  Revision  Changes    Path
  1.49      +2 -2      src/sys/isofs/cd9660/cd9660_vnops.c



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