]> git.ipfire.org Git - thirdparty/linux.git/commit
dax: Save the kva from memremap
authorJohn Groves <john@groves.net>
Fri, 27 Mar 2026 21:04:44 +0000 (21:04 +0000)
committerIra Weiny <ira.weiny@intel.com>
Mon, 30 Mar 2026 13:20:47 +0000 (08:20 -0500)
commit759455848df0b9ac3acabdbedcdc4a55af67935f
treeb9c269048951ce30adff16d9cff1a82e76f91103
parentd5406bd458b0ac10b1301a4d5801d85c8f648637
dax: Save the kva from memremap

Save the kva from memremap because we need it for iomap rw support.

Prior to famfs, there were no iomap users of /dev/dax - so the virtual
address from memremap was not needed.

Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Signed-off-by: John Groves <john@groves.net>
Link: https://patch.msgid.link/0100019d311d1d08-dd372cb9-5934-43b8-bef8-089660d04a81-000000@email.amazonses.com
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
drivers/dax/dax-private.h
drivers/dax/fsdev.c