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

2018-03-22 Thread Dan Williams
[ adding kbuild robot folks ] On Thu, Mar 22, 2018 at 12:07 AM, Stephen Rothwell 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: war

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

2018-03-22 Thread Stephen Rothwell
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);