]> git.ipfire.org Git - thirdparty/mdadm.git/commit
raid6check.c: add O_SYNC to open
authorPiergiorgio Sartor <piergiorgio.sartor@nexgo.de>
Sat, 1 Feb 2014 21:27:58 +0000 (22:27 +0100)
committerNeilBrown <neilb@suse.de>
Tue, 4 Feb 2014 05:06:46 +0000 (16:06 +1100)
commite645b3417c61dbe40795addf45faa51b9bfdcbef
tree97b1ebc1f84b6b3bc4e2f4e33153b40fc1e8bab2
parent21d648132a5ae11707b5f4a8fd11250faa9b3ee1
raid6check.c: add O_SYNC to open

It could be better to make sure the
data reaches the disks, so open the
drives with O_SYNC flag.

Signed off: piergiorgio.sartor@nexgo.de

Signed-off-by: NeilBrown <neilb@suse.de>
raid6check.c