]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Flush bitmap file before truncate.
authorNeil Brown <neilb@suse.de>
Mon, 16 Oct 2006 04:39:06 +0000 (14:39 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 16 Oct 2006 04:39:06 +0000 (14:39 +1000)
commit97a6748ce2fc70f35b599bd16b76d16a1e48bc0d
treed183f9373cbc045d46a51a9c4ea3c84337bc6ccd
parent0a816ef9fb8202707cc76a943678307c252939cf
Flush bitmap file before truncate.

Otheriwse the last write happens on fclose which is after ftruncate,
to the truncate has no effect.
bitmap.c