Originally in D13484.
Simpler code refactoring is taken out from sensitive changes.
swp_pager_force_dirty() and swp_pager_force_launder() out of swp_pager_force_pagein().
swap_pager_swapoff_object() out of swap_pager_swapoff()
Differential D20545
Break down swap_pager_swapoff function into small functions. ota_j.email.ne.jp on Jun 7 2019, 1:08 AM. Authored by Tags None Referenced Files
Subscribers
Details
Originally in D13484. swp_pager_force_dirty() and swp_pager_force_launder() out of swp_pager_force_pagein(). Regresssion - no functionality changes.
Diff Detail
Event TimelineComment Actions Move vm_object_pip_wakeup() and vm_pager_page_unswapped() back to swp_pager_force_pagein(). These 2 functions will be adjusted to handle multiple pages in D13484.
|