From 45406bf8158bf76e242a8e521429dc67a482facf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 19 Apr 2015 12:34:01 -0400 Subject: deploy: Drop fsync of modified config files These fsyncs were added for what turned out to be a fairly bogus reason; I was hitting read errors from extlinux after upgrades and out of conservatisim tried adding fsync calls, but the *actual* problem was that extlinux didn't support 64 bit ext4. Now that at least for Project Atomic hosts we're just targeting grub2, we can drop these fsync calls and rely on `syncfs()` being both faster and catching any errors. --- libglnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglnx') diff --git a/libglnx b/libglnx index 381ca54e..371172bc 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit 381ca54ee3a47de291d26a5db8772732fb4a9d59 +Subproject commit 371172bcfd869867cf1c2847fcbbb3aa22adddb6 -- cgit v1.2.1