commit | 84db5ccf4262894852e0d178d250678945d9b0b8 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jul 20 16:30:25 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:59 2018 +0200 |
tree | 6d5318707cc0af736f46fab9d3d9a836debfb4c4 | |
parent | 2ffad70ed3b6fbc946bc102f9d11c0e7c1cd380f [diff] |
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>