summaryrefslogtreecommitdiffstats
path: root/super0.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-06-07 23:16:36 +0000
committerNeil Brown <neilb@suse.de>2005-06-07 23:16:36 +0000
commit570c05424705e5f9740567b3683a8d45b7a765f6 (patch)
tree12c4990153401b3079b3564ab85b0508b3cb8c39 /super0.c
parent024ce7fe2b6d06dc669d0b675a49c02910853a44 (diff)
downloadmdadm-570c05424705e5f9740567b3683a8d45b7a765f6.tar.gz
mdadm-570c05424705e5f9740567b3683a8d45b7a765f6.tar.xz
mdadm-570c05424705e5f9740567b3683a8d45b7a765f6.zip
Release 1.8.1 after some man page updates and other fixes.mdadm-1.11.1
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
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;
}