Date: Fri, 8 Nov 1996 10:50:10 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/gnu/ext2fs ext2_readwrite.c Message-ID: <199611081850.KAA29218@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/11/08 10:50:10
Modified: sys/gnu/ext2fs ext2_readwrite.c
Log:
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
Revision Changes Path
1.5 +17 -12 src/sys/gnu/ext2fs/ext2_readwrite.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611081850.KAA29218>
