RE: [PATCH 2/2] makedumpfile: break loop after last dumpable page

2022-04-07 Thread 萩尾 一仁
-Original Message- > Hi Kazu, > > On Thu, 7 Apr 2022 06:43:00 + > HAGIO KAZUHITO(萩尾 一仁) wrote: > > > -Original Message- > > > Once the last dumpable page was processed there is no need to finish the > > > loop to the last page. Thus exit early to improve performance. > > > >

Re: [PATCH 2/2] makedumpfile: break loop after last dumpable page

2022-04-07 Thread Philipp Rudo
Hi Kazu, On Thu, 7 Apr 2022 06:43:00 + HAGIO KAZUHITO(萩尾 一仁) wrote: > -Original Message- > > Once the last dumpable page was processed there is no need to finish the > > loop to the last page. Thus exit early to improve performance. > > > > Signed-off-by: Philipp Rudo > > --- > >

RE: [PATCH 2/2] makedumpfile: break loop after last dumpable page

2022-04-06 Thread 萩尾 一仁
-Original Message- > -Original Message- > > Once the last dumpable page was processed there is no need to finish the > > loop to the last page. Thus exit early to improve performance. > > > > Signed-off-by: Philipp Rudo > > --- > > makedumpfile.c | 6 ++ > > 1 file changed, 6

RE: [PATCH 2/2] makedumpfile: break loop after last dumpable page

2022-04-06 Thread 萩尾 一仁
-Original Message- > Once the last dumpable page was processed there is no need to finish the > loop to the last page. Thus exit early to improve performance. > > Signed-off-by: Philipp Rudo > --- > makedumpfile.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/makedumpfi

[PATCH 2/2] makedumpfile: break loop after last dumpable page

2022-04-04 Thread Philipp Rudo
Once the last dumpable page was processed there is no need to finish the loop to the last page. Thus exit early to improve performance. Signed-off-by: Philipp Rudo --- makedumpfile.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/makedumpfile.c b/makedumpfile.c index 2ef3458..c944d0e