Messages in this thread |  | | Date | Mon, 22 Feb 2021 18:40:18 +0100 | From | David Sterba <> | Subject | Re: [PATCH] btrfs: ref-verify: use 'inline void' keyword ordering |
| |
On Thu, Feb 18, 2021 at 10:54:17PM -0800, Randy Dunlap wrote: > 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, > > Fixes: fd708b81d972 ("Btrfs: add a extent ref verify tool") > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Josef Bacik <jbacik@fb.com> > Cc: David Sterba <dsterba@suse.com> > Cc: Chris Mason <clm@fb.com> > Cc: linux-btrfs@vger.kernel.org > Cc: Andrew Morton <akpm@linux-foundation.org>
Added to misc-next thanks.
|  |