]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: uninline some static inline helpers from backref.h
authorDavid Sterba <dsterba@suse.com>
Fri, 16 Feb 2024 12:36:13 +0000 (13:36 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Mar 2024 15:24:53 +0000 (16:24 +0100)
commit2aa756ec49e7dc75909de4672c8976902be0f5d3
treecddcc67b2358f4683a9f9a1b6058dc9a30df264c
parentef923440e252531c1a468626b3ad4aa7d13f9f83
btrfs: uninline some static inline helpers from backref.h

There are many helpers doing simple things but not simple enough to
justify the static inline. None of them seems to be on a hot path so
move them to .c.

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