Re: [PATCH] crash_dump: Fix duplicate included pgtable.h

2021-03-23 Thread Baoquan He
On 03/19/21 at 08:03pm, Tian Tao wrote: > linux/pgtable.h is included more than once, Remove the one that isn't > necessary. > > Fixes: ca5999fde0a1 ("mm: introduce include/linux/pgtable.h") > Signed-off-by: Tian Tao Thanks, this looks good to me. But the Fixes tag is unnecessary since this

Re: [PATCH] crash_dump: Fix duplicate included pgtable.h

2021-03-19 Thread Baoquan He
On 03/19/21 at 08:03pm, Tian Tao wrote: > linux/pgtable.h is included more than once, Remove the one that isn't > necessary. This trivial clean up has been posted, I would like to ack that one. You can ack the patch if you have concern.

[PATCH] crash_dump: Fix duplicate included pgtable.h

2021-03-19 Thread Tian Tao
linux/pgtable.h is included more than once, Remove the one that isn't necessary. Fixes: ca5999fde0a1 ("mm: introduce include/linux/pgtable.h") Signed-off-by: Tian Tao --- include/linux/crash_dump.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/crash_dump.h