fsdax: remove a pointless __force cast in copy_cow_page_dax
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Nov 2021 10:21:46 +0000 (11:21 +0100)
committerDan Williams <dan.j.williams@intel.com>
Sat, 4 Dec 2021 16:58:52 +0000 (08:58 -0800)
commit9dc2f9cdc63e7db82b6b2ec17894ca1b254f5e5d
tree62e26f0786fe4049cb80e3df9aca4ae85987ca11
parent2a68553e8aeb3e88cb0b1042233613a3d08a700a
fsdax: remove a pointless __force cast in copy_cow_page_dax

Despite its name copy_user_page expected kernel addresses, which is what
we already have.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/20211129102203.2243509-13-hch@lst.de
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
fs/dax.c