On Wed, Jan 18, 2017 at 1:49 PM, Leon Romanovsky <l...@kernel.org> wrote: > It is better to use already existing macros - min() > cq->max_cql = min(entries, MAX_CQL_PER_POLL); > > I afraid that you can't avoid the respinning, you have more than month > till merge window. > > Can you please remove useless wrappers and try to reuse kernel macros?
Leon, Thanks for your comments. I will include your both comments in the next patch set. Doug, Is it ok if I send out the V5 now after re-basing against for-4.11 branch or should i wait for your comments on V4? Thanks, Selvin