On Fri, Mar 4, 2022 at 12:38 PM <ira.we...@intel.com> wrote: > > From: Ira Weiny <ira.we...@intel.com> > > The function run_dax() was missing a prototype when compiling with > warnings. > > Add bus.h to fix this. >
Always include the warning and the compiler in the changelog. I suspect you hit this with LLVM and not gcc? super.c has no business including bus.h. If the bots are tripping over this a better fix is to move it into dax-private.h.