Searched hist:"0 e34693f7bb149273b747194b3988801a9ca8c8e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | transaction.c | diff 0e34693f7bb149273b747194b3988801a9ca8c8e Wed Feb 07 09:55:37 CST 2018 Nikolay Borisov <nborisov@suse.com> 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>
|
H A D | ctree.h | diff 0e34693f7bb149273b747194b3988801a9ca8c8e Wed Feb 07 09:55:37 CST 2018 Nikolay Borisov <nborisov@suse.com> 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>
|
H A D | extent-tree.c | diff 0e34693f7bb149273b747194b3988801a9ca8c8e Wed Feb 07 09:55:37 CST 2018 Nikolay Borisov <nborisov@suse.com> 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>
|