commit | 23ae8c63aaf82967536cba8893e5166b80b6d99a | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Dec 12 20:35:02 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:19 2018 +0100 |
tree | aad9beb32f2fad181e49514497287a99d353b51d | |
parent | 78f6beacd024e3ab8091a2a5c12ee7031f9ccc38 [diff] |
btrfs: heuristic: open code get_num callback of radix sort The callback is trivial and we don't need the abstraction for our purposes. Let's open code it and also make the array types explicit. Reviewed-by: Timofey Titovets <nefelim4ag@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>