]> git.proxmox.com Git - mirror_ovs.git/commit - ovsdb/log.c
ovsdb: Switch ovsdb log fsync to data only.
authorAnton Ivanov <anton.ivanov@cambridgegreys.com>
Tue, 21 Apr 2020 08:23:57 +0000 (09:23 +0100)
committerWilliam Tu <u9012063@gmail.com>
Mon, 27 Apr 2020 15:36:39 +0000 (08:36 -0700)
commit3738d9298fe788409f732f8e111ffcd204070da3
tree6016b0dd24939ba8bf9552368dc632956c8f7058
parent542dbc5a185407e4b3aef000f043fa2c653ccc12
ovsdb: Switch ovsdb log fsync to data only.

We do not check metadata - mtime, atime, anywhere, so we
do not need to update it every time we sync the log.
if the system supports it, the log update should be
data only

Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: William Tu <u9012063@gmail.com>
ovsdb/log.c