On Mon, May 15, 2017 at 4:05 PM, Dan Williams <dan.j.willi...@intel.com> wrote: > On Mon, May 15, 2017 at 6:59 AM, Arnd Bergmann <a...@arndb.de> wrote: >> On Mon, May 15, 2017 at 3:38 PM, Dan Williams <dan.j.willi...@intel.com> >> 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