btrfs: uninline some static inline helpers from delayed-ref.h
authorDavid Sterba <dsterba@suse.com>
Fri, 16 Feb 2024 13:27:28 +0000 (14:27 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Mar 2024 15:24:53 +0000 (16:24 +0100)
commitd57dd52a85426d18c9a23accf249e73a54be674a
treecdb21889ab1a1d81671a61a356d9a5cca3b394cd
parente92567166694f1f994d00af230fdd0014c6217d5
btrfs: uninline some static inline helpers from delayed-ref.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/delayed-ref.c
fs/btrfs/delayed-ref.h