On 07/02/18 23:23, Damien Le Moal wrote:
Fix the description of sd_zbc_check_zone_size() to correctly explain that the returned value is a number of device blocks, not bytes. Additionally, the 32 bits "ret" variable used in this function may truncate the 64 bits zone_blocks variable value upon return. To fix this, change "ret" type to s64.
Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxx>