Re: [PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate

2020-10-11 Thread linmiaohe
David Hildenbrand wrote: >> Am 10.10.2020 um 03:53 schrieb linmiaohe : >> >> David Hildenbrand wrote: On 09.10.20 15:59, Miaohe Lin wrote: They are unused anymore. >>> >>> -EINVAL, sentence does not make sense :) >>> >>> "They are not used anymore." >>> "They are unused ." >> >> My

Re: [PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate

2020-10-10 Thread David Hildenbrand
> Am 10.10.2020 um 03:53 schrieb linmiaohe : > > David Hildenbrand wrote: >>> On 09.10.20 15:59, Miaohe Lin wrote: >>> They are unused anymore. >> >> -EINVAL, sentence does not make sense :) >> >> "They are not used anymore." >> "They are unused ." > > My poor English. ;) Will change it in

Re: [PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate

2020-10-09 Thread linmiaohe
David Hildenbrand wrote: > On 09.10.20 15:59, Miaohe Lin wrote: >> They are unused anymore. > >-EINVAL, sentence does not make sense :) > >"They are not used anymore." >"They are unused ." My poor English. ;) Will change it in v2 soon. Many Thanks. > >Reviewed-by: David Hildenbrand >

Re: [PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate

2020-10-09 Thread David Hildenbrand
On 09.10.20 15:59, Miaohe Lin wrote: > They are unused anymore. -EINVAL, sentence does not make sense :) "They are not used anymore." "They are unused ." Reviewed-by: David Hildenbrand > > Signed-off-by: Miaohe Lin > --- > include/linux/page-flags.h | 3 +-- > 1 file changed, 1 insertion(+)

Re: [PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate

2020-10-09 Thread Matthew Wilcox
On Fri, Oct 09, 2020 at 09:59:14AM -0400, Miaohe Lin wrote: > They are unused anymore. > > Signed-off-by: Miaohe Lin Reviewed-by: Matthew Wilcox (Oracle)

[PATCH] page-flags: Remove unused __[Set|Clear]PagePrivate

2020-10-09 Thread Miaohe Lin
They are unused anymore. Signed-off-by: Miaohe Lin --- include/linux/page-flags.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index 4f6ba9379112..50cbf5e931bc 100644 --- a/include/linux/page-flags.h +++ b/include/l