On 04/21/2017 02:53 PM, Dan Carpenter wrote:
> This is a static checker fix, and perhaps not a real bug. The static
> checker thinks that nr_secs could be negative. It would result in
> zeroing more memory than intended. Anyway, even if it's not a bug,
> changing this variable to unsigned makes the code easier to audit.
>
> Fixes: a4bd217b4326 ("lightnvm: physical block device (pblk) target")
> Signed-off-by: Dan Carpenter <[email protected]>Added, thanks Dan. -- Jens Axboe
