Re: [RFC][PATCH v1 01/11] mm: hwpoison: cleanup unused PageHuge() check

2018-11-09 Thread Anshuman Khandual
On 11/09/2018 12:17 PM, Naoya Horiguchi wrote: > memory_failure() forks to memory_failure_hugetlb() for hugetlb pages, > so a PageHuge() check after the fork should not be necessary. > > Signed-off-by: Naoya Horiguchi Pretty straightforward. Reviewed-by: Anshuman Khandual

[RFC][PATCH v1 01/11] mm: hwpoison: cleanup unused PageHuge() check

2018-11-08 Thread Naoya Horiguchi
memory_failure() forks to memory_failure_hugetlb() for hugetlb pages, so a PageHuge() check after the fork should not be necessary. Signed-off-by: Naoya Horiguchi --- mm/memory-failure.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git v4.19-mmotm-2018-10-30-16-08/mm/memory-