Re: [PATCH 05/10] mm, pmem: Implement ->memory_failure() in pmem driver

2021-01-06 Thread Jan Kara
On Thu 31-12-20 00:55:56, Shiyang Ruan wrote: > Call the ->memory_failure() which is implemented by pmem driver, in > order to finally notify filesystem to handle the corrupted data. The > old collecting and killing processes are moved into > mf_dax_mapping_kill_procs(), which will be called by

[PATCH 05/10] mm, pmem: Implement ->memory_failure() in pmem driver

2020-12-30 Thread Shiyang Ruan
Call the ->memory_failure() which is implemented by pmem driver, in order to finally notify filesystem to handle the corrupted data. The old collecting and killing processes are moved into mf_dax_mapping_kill_procs(), which will be called by filesystem. Signed-off-by: Shiyang Ruan ---