]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: heuristic: open code copy_call callback of radix sort
authorDavid Sterba <dsterba@suse.com>
Tue, 12 Dec 2017 19:35:02 +0000 (20:35 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 22 Jan 2018 15:08:19 +0000 (16:08 +0100)
commitb647f4bea9480382973b42821842a2afb60ee7f2
tree5bd592ac36468e16c2f8f9f1ee784d56638f12cc
parent465c76ac8bd3ed6ae2605741ab74ecbb0bf49b02
btrfs: heuristic: open code copy_call callback of radix sort

The callback is trivial and we don't need the abstraction for our
purposes. Let's open code it.

Reviewed-by: Timofey Titovets <nefelim4ag@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c