Re: linux-next: Tree for Jul 18 (header build error)

From: Randy Dunlap
Date: Thu Jul 18 2019 - 13:00:28 EST


On 7/17/19 8:37 PM, Stephen Rothwell wrote:
> Hi all,
>
> Please do not add v5.4 material to your linux-next included branches
> until after v5.3-rc1 has been released.
>
> Changes since 20190717:
>

on x86_64, when CONFIG_BLOCK is not set:

CC include/linux/iomap.h.s
In file included from <command-line>:0:0:
./../include/linux/iomap.h: In function ‘iomap_sector’:
./../include/linux/iomap.h:76:48: error: ‘SECTOR_SHIFT’ undeclared (first use in this function); did you mean ‘SECTIONS_SHIFT’?
return (iomap->addr + pos - iomap->offset) >> SECTOR_SHIFT;
^~~~~~~~~~~~


--
~Randy