diff options
author | 2019-09-24 18:29:10 +0200 | |
---|---|---|
committer | 2019-11-18 12:46:49 +0100 | |
commit | d6156218bec93965b6a43ba2686ad962ce77c854 (patch) | |
tree | 8aaa602f7f23bc738dafa3ebf27ca4c392442726 /fs/btrfs/tree-checker.c | |
parent | btrfs: get rid of pointless wtag variable in async-thread.c (diff) | |
download | wireguard-linux-d6156218bec93965b6a43ba2686ad962ce77c854.tar.xz wireguard-linux-d6156218bec93965b6a43ba2686ad962ce77c854.zip |
btrfs: make locking assertion helpers static inline
I've noticed that none of the btrfs_assert_*lock* debugging helpers is
inlined, despite they're short and mostly a value update. Making them
inline shaves 67 from the text size, reduces stack consumption and
perhaps also slightly improves the performance due to avoiding
unnecessary calls.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tree-checker.c')
0 files changed, 0 insertions, 0 deletions