commit | 0e34693f7bb149273b747194b3988801a9ca8c8e | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Feb 07 17:55:37 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 26 15:09:30 2018 +0200 |
tree | b58a6a849006e79d6db53ea6b011babb45b92415 | |
parent | 15fc1283f631552ffedebd14e4fd5a36438e7d2a [diff] |
btrfs: Make btrfs_trans_release_metadata private to transaction.c This function is only ever used in __btrfs_end_transaction and btrfs_commit_transaction so there is no need to export it via header. Let's move it closer to where it's used, make it static and remove it from the header. No functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>