On Wed, Oct 10, 2018 at 03:01:16PM -0500, Eric Sandeen wrote: > We use the variable 'x' for the global libxfs_init structure, but several > other functions think 'x' is a nice convenient local var too, and sparse > complains. Rename these local variables (or in some cases re-use existing > loop counter vars when x was used for this purpose). > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>