Revision 1db175428ee374489448361213e9c3b749d14900 authored by Jan Kara on 21 October 2016, 09:33:49 UTC, committed by Dan Williams on 27 December 2016, 04:29:25 UTC
Now that dax_iomap_fault() calls ->iomap_begin() without entry lock, we
can use transaction starting in ext4_iomap_begin() and thus simplify
ext4_dax_fault(). It also provides us proper retries in case of ENOSPC.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 9f141d6
History
File Mode Size
Kconfig -rw-r--r-- 10.6 KB
Makefile -rw-r--r-- 472 bytes
autosleep.c -rw-r--r-- 2.6 KB
console.c -rw-r--r-- 3.5 KB
hibernate.c -rw-r--r-- 27.7 KB
main.c -rw-r--r-- 17.0 KB
power.h -rw-r--r-- 8.7 KB
poweroff.c -rw-r--r-- 990 bytes
process.c -rw-r--r-- 5.4 KB
qos.c -rw-r--r-- 19.1 KB
snapshot.c -rw-r--r-- 71.6 KB
suspend.c -rw-r--r-- 14.1 KB
suspend_test.c -rw-r--r-- 5.7 KB
swap.c -rw-r--r-- 38.2 KB
user.c -rw-r--r-- 10.1 KB
wakelock.c -rw-r--r-- 5.7 KB

back to top