Skip to content
  • Ian Lynagh's avatar
    Tell checkProddableBlock how many bytes we want to write · bf21999a
    Ian Lynagh authored
    It doesn't suffice for checkProddableBlock to just check whether the
    largest possible write could be made at the address we are writing,
    as if we are making a smaller write then checkProddableBlock may
    conservatively think we will write off the end of the block.
    
    Thus we now tell checkProddableBlock how many bytes we will write.
    bf21999a