On Thu, Oct 11, 2018 at 11:14:14AM -0500, Eric Sandeen wrote: > Enable "make C=2" sparse checking of all files without rebuilding them. > > This is a bit simpler than redefining CC for the whole build, which > requires extra commandline definitions and apparently is enough of a > barrier that nobody's doing sparse checking. > > Note, this requires unreleased sparse after v0.5, which enables the > CHAR_BIT definition; otherwise it chokes. This seems to duplicate much of the previous commit message.. Except for that it looks fine to me: Reviewed-by: Christoph Hellwig <hch@xxxxxx>