]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/journal.c
Speed up journal recovery in userspace by avoiding a pointless
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Jul 2001 18:27:58 +0000 (14:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Jul 2001 18:27:58 +0000 (14:27 -0400)
commit3c6b8977d44c66f0a50dd77c18a78b57b1022f8c
tree34750d0279c6daaf7b0e178f0e67443cf0a6f29c
parent2979b5272e23f9c460326c4377007816350e8923
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.
e2fsck/ChangeLog
e2fsck/journal.c
lib/ext2fs/ChangeLog
lib/ext2fs/closefs.c