Re: [PATCH v6 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()

2019-06-21 Thread Song Liu
> On Jun 21, 2019, at 8:11 PM, Hillf Danton wrote: > > > Hello > > On Fri, 21 Jun 2019 17:05:10 -0700 Song Liu wrote: >> Next patch will add khugepaged support of non-shmem files. This patch >> renames these two functions to reflect the new functionality: >> >>collapse_shmem()

[PATCH v6 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()

2019-06-21 Thread Song Liu
Next patch will add khugepaged support of non-shmem files. This patch renames these two functions to reflect the new functionality: collapse_shmem()=> collapse_file() khugepaged_scan_shmem() => khugepaged_scan_file() Acked-by: Rik van Riel Signed-off-by: Song Liu ---