-
- Downloads
dax, dm: allow device-mapper to operate without dax support
Change device-mapper's DAX dependency to require the presence of at least one DAX_DRIVER. This allows device-mapper to be built without bringing the DAX core along which is especially wasteful when there are no DAX drivers, like BLK_DEV_PMEM, configured. Cc: Alasdair Kergon <agk@redhat.com> Reported-by:Bart Van Assche <Bart.VanAssche@wdc.com> Reported-by:
kbuild test robot <lkp@intel.com> Reported-by:
Arnd Bergmann <arnd@arndb.de> Reviewed-by:
Mike Snitzer <snitzer@redhat.com> Signed-off-by:
Dan Williams <dan.j.williams@intel.com>
Showing
- drivers/md/Kconfig 1 addition, 1 deletiondrivers/md/Kconfig
- drivers/md/dm-linear.c 6 additions, 0 deletionsdrivers/md/dm-linear.c
- drivers/md/dm-log-writes.c 50 additions, 45 deletionsdrivers/md/dm-log-writes.c
- drivers/md/dm-stripe.c 6 additions, 0 deletionsdrivers/md/dm-stripe.c
- drivers/md/dm.c 6 additions, 4 deletionsdrivers/md/dm.c
- include/linux/dax.h 24 additions, 6 deletionsinclude/linux/dax.h
Loading
Please register or sign in to comment