Skip to content
Commit 2c7d46ec authored by NeilBrown's avatar NeilBrown
Browse files

md raid-1/10 Fix bio_rw bit manipulations again



commit 7b6d91da changed the behaviour
of a few variables in raid1 and raid10 from flags to bit-sets, but
left them as type 'bool' so they did not work.

Change them (back) to unsigned long.
(historical note: see 1ef04fef)

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Reported-by: Jiri Slaby <jslaby@suse.cz> and many others
parent 6b965620
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment