Skip to content
Commit 2be1f2bf authored by David Sterba's avatar David Sterba
Browse files

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: default avatarDavid Sterba <dsterba@suse.com>
parent 585ab692
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment