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

From: Christoph Hellwig
Date: Mon Apr 11 2022 - 02:37:29 EST


> + 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".