j
k
j a
j l
if (req_sects > UINT_MAX >> 9) req_sects = UINT_MAX >> 9; req_sects = (UINT_MAX >> 9) & ~bs_mask;
if (req_sects > UINT_MAX >> 9)
req_sects = UINT_MAX >> 9;
req_sects = (UINT_MAX >> 9) & ~bs_mask;
Given that we have this same thing duplicated in write zeroes what about a documented helper?
Back to the thread
Back to the list