summaryrefslogtreecommitdiffstats
path: root/super0.c
diff options
context:
space:
mode:
Diffstat (limited to 'super0.c')
-rw-r--r--super0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/super0.c b/super0.c
index 4cf9277..9346eb8 100644
--- a/super0.c
+++ b/super0.c
@@ -415,6 +415,7 @@ static int store_super0(int fd, void *sbv)
if (write(fd, super, sizeof(*super)) != sizeof(*super))
return 4;
+ fsync(fd);
return 0;
}