commit | 02fbd139759feb1f331cebd858523b5d774082e6 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed May 11 11:58:48 2016 +0200 |
committer | Vishal Verma <vishal.l.verma@intel.com> | Mon May 16 18:11:51 2016 -0600 |
tree | 841ff90012518ce3c37ecb1cca0367db7568d18a | |
parent | e4b2749158631e6d74bf14d2ef3804d780e2f770 [diff] |
dax: Remove complete_unwritten argument Fault handlers currently take complete_unwritten argument to convert unwritten extents after PTEs are updated. However no filesystem uses this anymore as the code is racy. Remove the unused argument. Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>