https://github.com/torvalds/linux
Revision f449b936f1aff7696b24a338f493d5cee8d48d55 authored by Jan Kara on 19 October 2016, 12:48:38 UTC, committed by Dan Williams on 27 December 2016, 04:29:25 UTC
The only case when we do not finish the page fault completely is when we
are loading hole pages into a radix tree. Avoid this special case and
finish the fault in that case as well inside the DAX fault handler. It
will allow us for easier iomap handling.

Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent e3fce68
History
Tip revision: f449b936f1aff7696b24a338f493d5cee8d48d55 authored by Jan Kara on 19 October 2016, 12:48:38 UTC
dax: Finish fault completely when loading holes
Tip revision: f449b93
File Mode Size
Kconfig -rw-r--r-- 68.2 KB
Makefile -rw-r--r-- 1.2 KB
calibrate.c -rw-r--r-- 8.5 KB
do_mounts.c -rw-r--r-- 14.6 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_md.c -rw-r--r-- 8.2 KB
do_mounts_rd.c -rw-r--r-- 8.3 KB
init_task.c -rw-r--r-- 772 bytes
initramfs.c -rw-r--r-- 13.8 KB
main.c -rw-r--r-- 25.3 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.2 KB

back to top