fsdax: simplify the offset check in dax_iomap_zero
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Nov 2021 10:21:50 +0000 (11:21 +0100)
committerDan Williams <dan.j.williams@intel.com>
Sat, 4 Dec 2021 16:58:52 +0000 (08:58 -0800)
commit4a2d7d5950507a27e3074e4a29dc20720235f811
tree819e3197465e02a03317d6cb240e2ca448fcc678
parentf1ba5fafba9bfde4b040cd0d14256aed25a35c5e
fsdax: simplify the offset check in dax_iomap_zero

The file relative offset must have the same alignment as the storage
offset, so use that and get rid of the call to iomap_sector.

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-17-hch@lst.de
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
fs/dax.c