Whamcloud - gitweb
unix_io.c (find_cached_block): Fixed bug which caused some clean
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2002 15:33:49 +0000 (10:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2002 15:33:49 +0000 (10:33 -0500)
commit1d47dfb91ef010c506e9354dec102385d8494d8f
tree9458120b48a6d340df3df20a5b19d3131efdb5fb
parentcbc25bc70b90db04d132b763f051fd5b11d516cc
unix_io.c (find_cached_block): Fixed bug which caused some clean
blocks to be erroneously marked as dirty, so they would
get written back to the disk before they are evicted from
the cache.  Harmless, but it slows down e2fsck
significantly.
lib/ext2fs/ChangeLog
lib/ext2fs/unix_io.c