Re: [PATCH 0/3] Minor compression heuristic cleanups

2017-12-12 Thread Timofey Titovets
2017-12-12 23:55 GMT+03:00 David Sterba : > The callback pointers for radix_sort are not needed, we don't plan to > export the function now. The compiler is smart enough to replace the > indirect calls with direct ones, so there's no change in the resulting > asm code. > > David

[PATCH 0/3] Minor compression heuristic cleanups

2017-12-12 Thread David Sterba
The callback pointers for radix_sort are not needed, we don't plan to export the function now. The compiler is smart enough to replace the indirect calls with direct ones, so there's no change in the resulting asm code. David Sterba (3): btrfs: heuristic: open code get_num callback of radix