fio.h: zero old flag bits when setting new ioengine flags
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 29 Apr 2017 08:46:43 +0000 (09:46 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 29 Apr 2017 08:51:13 +0000 (09:51 +0100)
commit3d92b849e59c9caa28a2207560fb3bd21da74003
tree33876b0969387eb7762c234964851520a389fc30
parent4bd2c8b9251a2c88f44ad52168252ce2de660bf7
fio.h: zero old flag bits when setting new ioengine flags

Fix a small bug in td_set_ioengine_flags() where it wouldn't zero old
bits in td->flags before setting new flag bits.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
fio.h