btrfs: drop static inline specifiers from tree-mod-log.c
authorDavid Sterba <dsterba@suse.com>
Fri, 16 Feb 2024 12:59:06 +0000 (13:59 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Mar 2024 15:24:53 +0000 (16:24 +0100)
commit2be1f2bf23b88d667c21a24bd1c34d44fa143209
tree3f1129f1e19659169879ae03024b1e2583baec0d
parent585ab6921486dd3a004ceb59f0492db48e3eb0f2
btrfs: drop static inline specifiers from tree-mod-log.c

Using static inline in a .c file should be justified, e.g. when
functions are on a hot path but none of the affected functions seem to
be. As it's all in one compilation unit let the compiler decide.

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