Re: [PATCH v3 5/6] mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG

2021-03-18 Thread Zi Yan
On 18 Mar 2021, at 8:27, Miaohe Lin wrote: > The commit 4958e4d86ecb ("mm: thp: remove debug_cow switch") forgot to > remove TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG macro. Remove it here. > > Signed-off-by: Miaohe Lin > --- > include/linux/huge_mm.h | 3 --- > 1 file changed, 3 deletions(-) LGTM.

[PATCH v3 5/6] mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG

2021-03-18 Thread Miaohe Lin
The commit 4958e4d86ecb ("mm: thp: remove debug_cow switch") forgot to remove TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG macro. Remove it here. Signed-off-by: Miaohe Lin --- include/linux/huge_mm.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/huge_mm.h b/include/linux/huge_mm.h