commit | 1dce698ea85bb18f62e4c540d4db628bacfba6ba | [log] [tgz] |
---|---|---|
author | Ari Sundholm <ari@tuxera.com> | Wed Jul 04 17:59:36 2018 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Jul 05 10:50:21 2018 +0200 |
tree | 1806b6bba47728cc6ef53b87acd3b410cd1b7fb7 | |
parent | 0878b3c113145d4e01d65aadd4efaf097a3fda4b [diff] |
block/blklogwrites: Add an option for the update interval of the log superblock This is a way to ensure that the log superblock is periodically updated. Before, this was only done on flush requests, which may not be enough if the VM exits abnormally, omitting the final flush. The default interval is 4096 write requests. Signed-off-by: Ari Sundholm <ari@tuxera.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>