commit | c207adc1475e412f0df222121d8c259e05ec8e1e | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Feb 16 14:03:08 2024 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 04 16:24:53 2024 +0100 |
tree | 176fee5a1b2f92e524369b783fbd335fd2fcec4f | |
parent | 2be1f2bf23b88d667c21a24bd1c34d44fa143209 [diff] |
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>