commit | f449b936f1aff7696b24a338f493d5cee8d48d55 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Oct 19 14:48:38 2016 +0200 |
committer | Dan Williams <dan.j.williams@intel.com> | Mon Dec 26 20:29:25 2016 -0800 |
tree | 5eb066bfc0c39f9485c83a7c28da77533fef4e11 | |
parent | e3fce68cdbed297d927e993b3ea7b8b1cee545da [diff] |
dax: Finish fault completely when loading holes 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>