btrfs: merge free_fs_root helpers
authorDavid Sterba <dsterba@suse.com>
Fri, 20 Jul 2018 14:30:25 +0000 (16:30 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:59 +0000 (13:12 +0200)
commit84db5ccf4262894852e0d178d250678945d9b0b8
tree6d5318707cc0af736f46fab9d3d9a836debfb4c4
parent2ffad70ed3b6fbc946bc102f9d11c0e7c1cd380f
btrfs: merge free_fs_root helpers

The exported helper just calls the static one. There's no obvious reason
to have them separate eg. for performance reasons where the static one
could be better optimized in the same unit. There's a slight decrease in
code size and stack consumption.

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