RE: [PATCH 1/2] makedumpfile: omit unnecessary calls to print_progress

2022-04-07 Thread 萩尾 一仁
Hi Philipp, -Original Message- > Check first if a page is dumpable before printing the process. Otherwise > there is the chance that num_dumped % per == 0 at the beginning of the > block of undampable pages. In that case num_dumped isn't updated before > the next dumpable page and thus

[PATCH 1/2] makedumpfile: omit unnecessary calls to print_progress

2022-04-04 Thread Philipp Rudo
Check first if a page is dumpable before printing the process. Otherwise there is the chance that num_dumped % per == 0 at the beginning of the block of undampable pages. In that case num_dumped isn't updated before the next dumpable page and thus print_process is called for every page in that