btrfs: uninline some static inline helpers from tree-log.h
authorDavid Sterba <dsterba@suse.com>
Fri, 16 Feb 2024 13:03:08 +0000 (14:03 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Mar 2024 15:24:53 +0000 (16:24 +0100)
commitc207adc1475e412f0df222121d8c259e05ec8e1e
tree176fee5a1b2f92e524369b783fbd335fd2fcec4f
parent2be1f2bf23b88d667c21a24bd1c34d44fa143209
btrfs: uninline some static inline helpers from tree-log.h

The helpers are doing an initialization or release work, none of which
is performance critical that it would require a static inline, so move
them to the .c file.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-log.c
fs/btrfs/tree-log.h