diff options
author | David Sterba <[email protected]> | 2019-12-16 20:00:48 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2020-01-23 17:24:23 +0100 |
commit | 68c467cbb2f389b6c933e235bce0d1756fc8cc34 (patch) | |
tree | ce33b25c4e834298db626559eb3ed86053f48733 /scripts/bpf_helpers_doc.py | |
parent | a69976bc69308aa475d0ba3b8b3efd1d013c0460 (diff) |
btrfs: separate definition of assertion failure handlers
There's a report where objtool detects unreachable instructions, eg.:
fs/btrfs/ctree.o: warning: objtool: btrfs_search_slot()+0x2d4: unreachable instruction
This seems to be a false positive due to compiler version. The cause is
in the ASSERT macro implementation that does the conditional check as
IS_DEFINED(CONFIG_BTRFS_ASSERT) and not an #ifdef.
To avoid that, use the ifdefs directly.
There are still 2 reports that aren't fixed:
fs/btrfs/extent_io.o: warning: objtool: __set_extent_bit()+0x71f: unreachable instruction
fs/btrfs/relocation.o: warning: objtool: find_data_references()+0x4e0: unreachable instruction
Co-developed-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Josh Poimboeuf <[email protected]>
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions