btrfs-progs: move utils code out of header
authorDavid Sterba <dsterba@suse.com>
Wed, 1 Feb 2017 15:09:47 +0000 (16:09 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 8 Mar 2017 12:00:46 +0000 (13:00 +0100)
commita09f0e96e79e27fc8f34ddb4077682fe09f43cf2
tree7757be7416864215f77c9801d1d7bcfcdb4b8eb2
parentca92914804be310293c0b447de9fcd79ffb728ce
btrfs-progs: move utils code out of header

There are not performance critical static inlines, we can do the normal
declaration/definition split for various helpers.

Signed-off-by: David Sterba <dsterba@suse.com>
utils.c
utils.h