1E2fsprogs 1.32 (November 9, 2002)
2=================================
3
4Fixed a bug in the Unix I/O routines which caused needless writebacks
5of clean blocks from the unix_io cache (they were erroneously marked
6as being dirty, so they were getting written back to disk before
7getting evicted from the disk cache).  This was harmless, but it
8significantly slowed down e2fsck.
9
10Made some other minor optimizations to the Unix I/O routines to save a
11small amount of CPU time.
12
13Updated internationalization files.
14
15