From 570c05424705e5f9740567b3683a8d45b7a765f6 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 7 Jun 2005 23:16:36 +0000 Subject: Release 1.8.1 after some man page updates and other fixes. Signed-off-by: Neil Brown --- super0.c | 1 + 1 file changed, 1 insertion(+) (limited to 'super0.c') 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; } -- cgit