Fix the block:blk-core:request property for new kernels
New Linux kernels (e.g., 5.10.220
) does not have internal flag __GFP_WAIT
, which leads to CIF failures on the block:blk-core:request
property.
Instead the internal flag __GFP_RECLAIM
is used, which is still can be checked with GFP_KERNEL
or GFP_NOIO
.