commit | 96a14336bd8fc13cc3db036a5745acdf3bc185f4 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Tue Dec 10 19:57:51 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Thu Jan 23 17:24:34 2020 +0100 |
tree | f262d8e6ec364fac934c282fdbbcdb8a130d1285 | |
parent | 68c467cbb2f389b6c933e235bce0d1756fc8cc34 [diff] |
btrfs: Move and unexport btrfs_rmap_block It's used only during initial block group reading to map physical address of super block to a list of logical ones. Make it private to block-group.c, add proper kernel doc and ensure it's exported only for tests. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>