Re: [PATCH 00/15] Remove callback indirections in compression code

2019-10-17 Thread David Sterba
On Mon, Oct 14, 2019 at 02:22:21PM +0200, David Sterba wrote: > The series removes all per-compression algorithm callbacks and replaces > them with a switches. Lots of indirections are simplified and while it > looks nice from design POV, we don't need to over-engineer it as we have > only fixed kn

Re: [PATCH 00/15] Remove callback indirections in compression code

2019-10-17 Thread Nikolay Borisov
On 14.10.19 г. 15:22 ч., David Sterba wrote: > The series removes all per-compression algorithm callbacks and replaces > them with a switches. Lots of indirections are simplified and while it > looks nice from design POV, we don't need to over-engineer it as we have > only fixed known number of

[PATCH 00/15] Remove callback indirections in compression code

2019-10-14 Thread David Sterba
The series removes all per-compression algorithm callbacks and replaces them with a switches. Lots of indirections are simplified and while it looks nice from design POV, we don't need to over-engineer it as we have only fixed known number of the users and not public API. The cost of indirect func