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

md: raid5: change incorrect usage of 'min' macro to 'min_t'



A recent patch to raid5.c use min on an int and a sector_t.
This isn't allowed.
So change it to min_t(sector_t,x,y).

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent b492b852
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