Re: [PATCH v3 0/8] swap: THP optimizing refactoring
These all look sane to me and the size increases are modest and well worth the cleanup. Feel free to add my ack on these.
[PATCH v3 0/8] swap: THP optimizing refactoring
This patchset is based on 2018-07-13 head of mmotm tree. Now the THP (Transparent Huge Page) swap optimizing is implemented in the way like below, #ifdef CONFIG_THP_SWAP huge_function(...) { } #else normal_function(...) { } #endif general_function(...) { if (huge) return