在 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