Re: [PATCH v5 0/4] mempool: fix mempool cache flushing algorithm
Sorry, forgot --in-reply-to. I'll send v6 with spelling fixes and --in-reply-to to have thread for so interesting topic complete.
[PATCH v5 0/4] mempool: fix mempool cache flushing algorithm
v5 changes (Andrew Rybchenko): - Factor out cosmetic fixes into separate patches to make all patches smaller and easier to review - Remove extra check as per review notes - Factor out entire cache flushing into a separate patch. It is nice from logical changes separation point of view, easie