Revision 88b67edd7247466bc47f01e1dc539b0d0d4b931e authored by Jan Kara on 21 September 2020, 09:33:23 UTC, committed by Dan Williams on 21 September 2020, 13:53:09 UTC
dax_supported() is defined whenever CONFIG_DAX is enabled. So dummy
implementation should be defined only in !CONFIG_DAX case, not in
!CONFIG_FS_DAX case.

Fixes: e2ec51282545 ("dm: Call proper helper to determine dax support")
Cc: <stable@vger.kernel.org>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent ba4f184
History
File Mode Size
Kconfig -rw-r--r-- 709 bytes
Makefile -rw-r--r-- 156 bytes
lsm.c -rw-r--r-- 4.7 KB
lsm.h -rw-r--r-- 1.3 KB
securityfs.c -rw-r--r-- 5.9 KB

back to top