commit | 3c6b8977d44c66f0a50dd77c18a78b57b1022f8c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Jul 10 14:27:58 2001 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jul 10 14:27:58 2001 -0400 |
tree | 34750d0279c6daaf7b0e178f0e67443cf0a6f29c | |
parent | 2979b5272e23f9c460326c4377007816350e8923 [diff] |
Speed up journal recovery in userspace by avoiding a pointless unconditional ext2_flush() call. Also made ext2_flush() more efficient when the superblock is modified after the filesystem has been flushed, and make it clear the superblock dirty flag after doing the superblock/block group descriptor flush.