Re: xfs_iomap.c:undefined reference to `put_dax'

From: Arnd Bergmann
Date: Mon May 15 2017 - 10:23:17 EST


On Mon, May 15, 2017 at 4:05 PM, Dan Williams <dan.j.williams@xxxxxxxxx> wrote:
> On Mon, May 15, 2017 at 6:59 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
>> On Mon, May 15, 2017 at 3:38 PM, Dan Williams <dan.j.williams@xxxxxxxxx> wrote:

>>>
>>> I have this patch out for testing.
>>>
>>> https://patchwork.kernel.org/patch/9725515/
>>
>> That looks good for the file system parts, but what about drivers/md/dm.c,
>> do you have another patch for that one? With just the one patch you
>> quoted, that would break when dax_get_by_host() gets removed.
>>
>
> BLK_DEV_DM selects DAX so dax_get_by_host() should always be available.

Got it, I just misread your patch and I agree this should work fine.

Arnd