(file_read_at) Fix behavior of read when position is past EOF.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Oct 2004 19:15:32 +0000 (19:15 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Oct 2004 19:15:32 +0000 (19:15 +0000)
commit6a14c3a9f2ee8274fd164b22b2a04a72f383585c
treee7d15a81fb22f0346c7fcdea0ff174a2a79560ea
parentee9ccd109404a2876823c1f2dd2c2e4034a48b43
(file_read_at) Fix behavior of read when position is past EOF.
(file_write_at) Ditto.  Also, fix test for needing read-modify-write.
src/filesys/file.c