Re: [PATCH 1/1] mm: remove an unnecessary goto jump

2020-05-08 Thread David Hildenbrand
On 08.05.20 10:47, Leizhen (ThunderTown) wrote: > > > On 2020/5/8 16:06, David Hildenbrand wrote: >> On 05.05.20 13:58, Zhen Lei wrote: >>> This "goto" doesn't reduce any code, but bother the readers. >> >> "mm/page_io.c: mm: remove an unnecessary goto in generic_swapfile_activate" > > Do you

Re: [PATCH 1/1] mm: remove an unnecessary goto jump

2020-05-08 Thread Leizhen (ThunderTown)
On 2020/5/8 16:06, David Hildenbrand wrote: > On 05.05.20 13:58, Zhen Lei wrote: >> This "goto" doesn't reduce any code, but bother the readers. > > "mm/page_io.c: mm: remove an unnecessary goto in generic_swapfile_activate" Do you mean change the subject? So is it: "mm/page_io.c: remove an

Re: [PATCH 1/1] mm: remove an unnecessary goto jump

2020-05-08 Thread David Hildenbrand
On 05.05.20 13:58, Zhen Lei wrote: > This "goto" doesn't reduce any code, but bother the readers. "mm/page_io.c: mm: remove an unnecessary goto in generic_swapfile_activate" > > Signed-off-by: Zhen Lei > --- > mm/page_io.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff

[PATCH 1/1] mm: remove an unnecessary goto jump

2020-05-05 Thread Zhen Lei
This "goto" doesn't reduce any code, but bother the readers. Signed-off-by: Zhen Lei --- mm/page_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/page_io.c b/mm/page_io.c index 76965be1d40e..b1d4f4558e6b 100644 --- a/mm/page_io.c +++ b/mm/page_io.c @@ -235,10