linux-next: build warning after merge of the btrfs-kdave tree
From: Stephen Rothwell <hidden>
Date: 2019-01-23 22:53:46
Also in:
lkml
Attachments
- (unnamed) [application/pgp-signature] 488 bytes
From: Stephen Rothwell <hidden>
Date: 2019-01-23 22:53:46
Also in:
lkml
Hi David,
After merging the btrfs-kdave tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:
fs/btrfs/relocation.c: In function 'insert_dirty_subv':
fs/btrfs/relocation.c:2138:6: warning: unused variable 'root_objectid' [-Wunused-variable]
u64 root_objectid = root->root_key.objectid;
^~~~~~~~~~~~~
Introduced by commit
7b837199c581 ("btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots()")
Presumably the ASSERT is compiled out in this configuration.
--
Cheers,
Stephen Rothwell