Hi all, After merging the xfs tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning:
fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_unlock':
fs/xfs/xfs_buf_item.c:573:9: warning: unused variable 'ordered'
[-Wunused-variable]
bool ordered = !!(bip->bli_flags & XFS_BLI_ORDERED);
^
Introduced by commit
a097077ef708 ("xfs: remove unnecessary dirty bli format check for ordered
bufs")
--
Cheers,
Stephen Rothwell

