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-- 11.2 KB
Makefile -rw-r--r-- 595 bytes
autosleep.c -rw-r--r-- 2.6 KB
console.c -rw-r--r-- 3.5 KB
energy_model.c -rw-r--r-- 8.4 KB
hibernate.c -rw-r--r-- 30.4 KB
main.c -rw-r--r-- 22.5 KB
power.h -rw-r--r-- 8.6 KB
poweroff.c -rw-r--r-- 992 bytes
process.c -rw-r--r-- 5.6 KB
qos.c -rw-r--r-- 17.2 KB
snapshot.c -rw-r--r-- 71.6 KB
suspend.c -rw-r--r-- 15.3 KB
suspend_test.c -rw-r--r-- 5.7 KB
swap.c -rw-r--r-- 37.5 KB
user.c -rw-r--r-- 9.7 KB
wakelock.c -rw-r--r-- 5.9 KB

back to top