On 10/6/18 5:14 AM, Christoph Hellwig wrote: > On Thu, Oct 04, 2018 at 11:03:12PM -0500, Eric Sandeen wrote: >> From: Eric Sandeen <sandeen@xxxxxxxxxx> >> >> Include headers which export functions so that they don't appear to be >> static to the sparse checker. >> >> Remove redundant extern declarations in c code which are no longer needed. >> >> Fixes sparse warnings about this. > > I think this really wants to be split out into a few patches describing > what gets moved/included for specific case. > Ok - "include foo.h in foo.c" seems straightforward enough, but I will see if it makes sense to split other stuff into similar groupings. -Eric