Re: [PATCH] [v2] blkdev: always export SECTOR_SHIFT

From: Arnd Bergmann
Date: Fri Jul 19 2019 - 09:15:41 EST


On Fri, Jul 19, 2019 at 2:48 PM Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:
>
> Hi Arnd,
>
> On Fri, Jul 19, 2019 at 8:32 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
> >
> > When CONFIG_BLOCK is disabled, SECTOR_SHIFT is unknown, and this leads
> > to a failure in the testing infrastructure added from commit c93a0368aaa2
> > ("kbuild: do not create wrappers for header-test-y"):
>
> I think this should be
>
> commit 43c78d88036e ("kbuild: compile-test kernel headers to ensure
> they are self-contained")

Ok, fixing that in the resend without the #ifndef.

Arnd