dax: Remove complete_unwritten argument
authorJan Kara <jack@suse.cz>
Wed, 11 May 2016 09:58:48 +0000 (11:58 +0200)
committerVishal Verma <vishal.l.verma@intel.com>
Tue, 17 May 2016 00:11:51 +0000 (18:11 -0600)
commit02fbd139759feb1f331cebd858523b5d774082e6
tree841ff90012518ce3c37ecb1cca0367db7568d18a
parente4b2749158631e6d74bf14d2ef3804d780e2f770
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>
fs/block_dev.c
fs/dax.c
fs/ext2/file.c
fs/ext4/file.c
fs/xfs/xfs_file.c
include/linux/dax.h
include/linux/fs.h