commit | db3756c879773c4c7986fce3dac8355f210df807 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Apr 29 23:36:03 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon May 25 11:25:33 2020 +0200 |
tree | eb6bda8f67d0a40f37cd45ec63f9c523000a62ea | |
parent | 5cd17f343bd1c47dc673260fa2973abc14ecc549 [diff] |
btrfs: remove unused map_private_extent_buffer All uses of map_private_extent_buffer have been replaced by more effective way. The set/get helpers have their own bounds checker. The function name was confusing since the non-private helper was removed in a65917156e34 ("Btrfs: stop using highmem for extent_buffers") many years ago. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>