Re: linux-next: build warning after merge of the nvdimm tree

From: Dan Williams
Date: Thu Mar 22 2018 - 11:57:50 EST


[ adding kbuild robot folks ]

On Thu, Mar 22, 2018 at 12:07 AM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> Hi Dan,
>
> After merging the nvdimm tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
>
> fs/xfs/xfs_file.c: In function 'xfs_break_layouts':
> fs/xfs/xfs_file.c:759:20: warning: unused variable 'ip' [-Wunused-variable]
> struct xfs_inode *ip = XFS_I(inode);
> ^~
>
> Introduced by commit
>
> 6ea4108852e9 ("xfs: prepare xfs_break_layouts() for another layout type")

Thanks for the report I'll clean this up. I did leave this on a branch
for 0day for 24 hours before pushing to -next, but seems either the
compilers are different, or 0day is having an outage?