On Thu, Jun 20, 2019 at 09:49:42AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > cvt_u64 converts a string to an unsigned 64-bit number, so it should use > strtoull, not strtoll because we don't want negative numbers here. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>