Re: [PATCH 0/5] Cleanup and fixup for khugepaged

2021-03-05 Thread Miaohe Lin
On 2021/3/6 1:40, Kirill A. Shutemov wrote: > On Thu, Mar 04, 2021 at 07:30:08AM -0500, Miaohe Lin wrote: >> Hi all, >> This series contains cleanups to remove unneeded return value, use >> helper function and so on. And there is one fix to correct the wrong >> result value for

Re: [PATCH 0/5] Cleanup and fixup for khugepaged

2021-03-05 Thread Kirill A. Shutemov
On Thu, Mar 04, 2021 at 07:30:08AM -0500, Miaohe Lin wrote: > Hi all, > This series contains cleanups to remove unneeded return value, use > helper function and so on. And there is one fix to correct the wrong > result value for trace_mm_collapse_huge_page_isolate(). > > More details can be found

[PATCH 0/5] Cleanup and fixup for khugepaged

2021-03-04 Thread Miaohe Lin
Hi all, This series contains cleanups to remove unneeded return value, use helper function and so on. And there is one fix to correct the wrong result value for trace_mm_collapse_huge_page_isolate(). More details can be found in the respective changelogs. Thanks! Miaohe Lin (5): khugepaged: