On Wed, Oct 10, 2018 at 03:01:19PM -0500, Eric Sandeen wrote: > scan.c has 3 functions which accept 'bno' as an argument, but then use a > local variable of the same name for a different purpose in an inner scope, > which causes sparse warnings. > Rename these inner-scope loop variables 'agbno' to fix this. > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>