Hi all, After merging the xfs tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_delay': fs/xfs/libxfs/xfs_bmap.c:4648:20: warning: unused variable 'ifp' [-Wunused-variable] struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, whichfork); ^ fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_cow': fs/xfs/libxfs/xfs_bmap.c:4776:20: warning: unused variable 'ifp' [-Wunused-variable] struct xfs_ifork *ifp = XFS_IFORK_PTR(ip, XFS_COW_FORK); ^ Introduced by commit ca5d8e5b7b90 ("xfs: move pre/post-bmap tracing into xfs_iext_update_extent") -- Cheers, Stephen Rothwell -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html