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
Makefile -rw-r--r-- 1.1 KB
arraymap.c -rw-r--r-- 32.3 KB
bpf_iter.c -rw-r--r-- 13.2 KB
bpf_lru_list.c -rw-r--r-- 17.4 KB
bpf_lru_list.h -rw-r--r-- 2.1 KB
bpf_lsm.c -rw-r--r-- 1.2 KB
bpf_struct_ops.c -rw-r--r-- 16.4 KB
bpf_struct_ops_types.h -rw-r--r-- 202 bytes
btf.c -rw-r--r-- 117.6 KB
cgroup.c -rw-r--r-- 48.0 KB
core.c -rw-r--r-- 58.3 KB
cpumap.c -rw-r--r-- 20.2 KB
devmap.c -rw-r--r-- 23.1 KB
disasm.c -rw-r--r-- 7.4 KB
disasm.h -rw-r--r-- 1.0 KB
dispatcher.c -rw-r--r-- 3.6 KB
hashtab.c -rw-r--r-- 54.2 KB
helpers.c -rw-r--r-- 16.0 KB
inode.c -rw-r--r-- 14.3 KB
local_storage.c -rw-r--r-- 14.7 KB
lpm_trie.c -rw-r--r-- 21.0 KB
map_in_map.c -rw-r--r-- 3.0 KB
map_in_map.h -rw-r--r-- 547 bytes
map_iter.c -rw-r--r-- 4.1 KB
net_namespace.c -rw-r--r-- 13.0 KB
offload.c -rw-r--r-- 16.3 KB
percpu_freelist.c -rw-r--r-- 2.5 KB
percpu_freelist.h -rw-r--r-- 1.0 KB
prog_iter.c -rw-r--r-- 2.4 KB
queue_stack_maps.c -rw-r--r-- 6.8 KB
reuseport_array.c -rw-r--r-- 8.7 KB
ringbuf.c -rw-r--r-- 13.1 KB
stackmap.c -rw-r--r-- 22.1 KB
syscall.c -rw-r--r-- 99.3 KB
sysfs_btf.c -rw-r--r-- 1.1 KB
task_iter.c -rw-r--r-- 8.2 KB
tnum.c -rw-r--r-- 4.6 KB
trampoline.c -rw-r--r-- 10.0 KB
verifier.c -rw-r--r-- 323.0 KB

back to top