linux-next: build warning after merge of the xfs tree
From: Stephen Rothwell <hidden>
Date: 2021-01-24 22:56:43
Also in:
linux-xfs, lkml
Attachments
- (unnamed) [application/pgp-signature] 488 bytes
From: Stephen Rothwell <hidden>
Date: 2021-01-24 22:56:43
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/xfs_log.c: In function 'xfs_log_cover':
fs/xfs/xfs_log.c:1111:16: warning: unused variable 'log' [-Wunused-variable]
1111 | struct xlog *log = mp->m_log;
| ^~~
Introduced by commit
303591a0a947 ("xfs: cover the log during log quiesce")
--
Cheers,
Stephen Rothwell