Use ext2fs_close2 API if available to avoid unnecessary fsync.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 23 Sep 2011 10:25:27 +0000 (11:25 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 24 Sep 2011 17:19:46 +0000 (18:19 +0100)
commite576d2ec46adefa14b2d9c3d51e7f19a7810f909
treec52616ebd896459d83e7724e990a7b1440704e52
parentb8cea4656e5bf1b9e7bb2274ef968ea42b10e0df
Use ext2fs_close2 API if available to avoid unnecessary fsync.

This saves over 5 seconds during the slow path construction of the
appliance.

The ext2fs_close2 API is present in the e2fsprogs 'next' branch and
will be in a later e2fsprogs release (thanks Ted Ts'o).
configure.ac
helper/ext2.c