On Tue, Nov 9, 2021 at 12:34 AM Christoph Hellwig <h...@lst.de> wrote: > > The DAX device <-> block device association is only enabled if > CONFIG_BLOCK is enabled. Update dax.h to account for that and use > the right conditions for the fs_put_dax stub as well.
Looks good to me. Reviewed-by: Dan Williams <dan.j.willi...@intel.com> > > Signed-off-by: Christoph Hellwig <h...@lst.de>