Whamcloud - gitweb
libext2fs: remove unnecessary undo file flush calls
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 11 Jun 2015 00:08:33 +0000 (20:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Jun 2015 00:08:33 +0000 (20:08 -0400)
commiteeb2bb68f8055786341920c651ed6180ae056cdc
treedee1d19a1831cad60d19ea9433fa5982ed77f8b0
parent81cbf1ef4f5dab855edbde7a1d4dfa55ea785c38
libext2fs: remove unnecessary undo file flush calls

Remove all flushes of the undo file except for the one that happens just
prior to the file being closed; it seems that the arbitrary flushes
aren't sufficiently useful.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/undo_io.c