freebsd-dev/sys/fs
Bruce Evans 5a5573fd8e 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.
1997-10-27 14:55:49 +00:00
..
cd9660 Use bread() instead of cluster_read() for reading the last block 1997-10-27 14:55:49 +00:00
deadfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00
fdescfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
fifofs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
msdosfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
nullfs Fix the file leak bug. The lower layer wasn't informed the vnode was inactive 1997-10-21 21:01:34 +00:00
portalfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
procfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
specfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
umapfs Fix the same leak as in nullfs. Now the lowervp is properly marked inactive. 1997-10-21 21:08:17 +00:00
unionfs VFS interior redecoration. 1997-10-26 20:55:39 +00:00