On Thu, Aug 06, 2020 at 06:25:50PM -0700, Bart Van Assche wrote: > This should work better than what was mentioned in my previous email: > > - return sectors & (lbs - 1); > + return sectors; It used to be something like that. There were some situations where it didn't work, which brought d0e5fbb01a67e, but I think the real problem was from mismatched queue_limits, which I think I addressed with 5f009d3f8e668, so maybe this is okay now.