Re: [PATCH v12 2/7] mm: factor helpers for memory_failure_dev_pagemap

From: Shiyang Ruan
Date: Mon Apr 11 2022 - 05:39:46 EST




在 2022/4/11 14:37, Christoph Hellwig 写道:
+ unmap_and_kill(&to_kill, pfn, page->mapping, page->index, flags);
+unlock:
+ dax_unlock_page(page, cookie);
+ return 0;

As the buildbot points out this should probably be a "return rc".

Yes, my mistake, when resolving the conflict with latest code.


--
Thanks,
Ruan