diff options
author | 2021-02-18 22:54:17 -0800 | |
---|---|---|
committer | 2021-03-02 16:55:40 +0100 | |
commit | aedb9d9089ceb1c86be495bcc70e6021c01f92ff (patch) | |
tree | 758dd893814269b51fe0b5c0d6ddc09d591d6221 /tools/perf/scripts/python/stackcollapse.py | |
parent | btrfs: zoned: fix deadlock on log sync (diff) | |
download | wireguard-linux-aedb9d9089ceb1c86be495bcc70e6021c01f92ff.tar.xz wireguard-linux-aedb9d9089ceb1c86be495bcc70e6021c01f92ff.zip |
btrfs: ref-verify: use 'inline void' keyword ordering
Fix build warnings of function signature when CONFIG_STACKTRACE is not
enabled by reordering the 'inline' and 'void' keywords.
../fs/btrfs/ref-verify.c:221:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
static void inline __save_stack_trace(struct ref_action *ra)
../fs/btrfs/ref-verify.c:225:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
static void inline __print_stack_trace(struct btrfs_fs_info *fs_info,
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions