linux-next: build warning after merge of the xfs tree
From: Stephen Rothwell <hidden>
Date: 2021-06-07 00:48:26
Also in:
linux-xfs, lkml
Attachments
- (unnamed) [application/pgp-signature] 488 bytes
From: Stephen Rothwell <hidden>
Date: 2021-06-07 00:48:26
Also in:
linux-xfs, lkml
Hi all,
After merging the xfs tree, today's linux-next build (powerpc_ppc64
defconfig) produced this warning:
fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_finobt':
fs/xfs/libxfs/xfs_ialloc.c:2032:20: warning: unused variable 'agi' [-Wunused-variable]
2032 | struct xfs_agi *agi = agbp->b_addr;
| ^~~
Not sure how this came about, but somehow DEBUG has been turned off
which exposes this.
--
Cheers,
Stephen Rothwell