HardenedBSD/sys/gnu/ext2fs
Bruce Evans f886b4857a Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.
This fixes several bugs and one missing feature:
- cluster_read() was needlessly used for reading files of size exactly 1
  block.
- EFAULT errors for read didn't terminate the loop.  This was probably
  harmless.
- IO_VMIO handling was missing near line 275.  I don't know what this does.
- B_CLUSTEROK was only set if (doclusterwrite) nead line 293.  This was
  harmless, if only because another bug prevents doclusterwrite from being
  0.
- MNT_NOATIME wasn't implemented.

This should be in 2.2, of course.

Reviewed by:	davidg
1996-11-08 18:50:09 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c
ext2_balloc.c
ext2_bmap.c
ext2_extern.h
ext2_fs_i.h
ext2_fs_sb.h
ext2_fs.h
ext2_ihash.c
ext2_inode_cnv.c Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:51:12 +00:00
ext2_inode.c Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:51:12 +00:00
ext2_linux_balloc.c
ext2_linux_ialloc.c
ext2_lookup.c
ext2_mount.h
ext2_readwrite.c Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c. 1996-11-08 18:50:09 +00:00
ext2_subr.c
ext2_vfsops.c
ext2_vnops.c Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
fs.h
i386-bitops.h
inode.h In sys/time.h, struct timespec is defined as: 1996-09-19 18:21:32 +00:00