Re: [PATCH] fs/dax: Fix run_dax() missing prototype

From: Dan Williams
Date: Thu Mar 10 2022 - 00:08:52 EST


On Fri, Mar 4, 2022 at 12:38 PM <ira.weiny@xxxxxxxxx> wrote:
>
> From: Ira Weiny <ira.weiny@xxxxxxxxx>
>
> 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.