]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b5c6d19f0ba68c675a9c37f19254c948173e483
tree841ff90012518ce3c37ecb1cca0367db7568d18a
parent7c1323a9155f28d4f73822243c7e6b41ee4fdd6e
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