commit | 60696eb26a37ab0199f7833ddbc1b75138c36d16 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 29 11:21:48 2021 +0100 |
committer | Dan Williams <dan.j.williams@intel.com> | Sat Dec 04 08:58:52 2021 -0800 |
tree | 61e1603ff08e1f39bf0b6baa2425790ab060aa1e | |
parent | 429f8de70d9872c5ca9b3914b3c4db5659779331 [diff] |
fsdax: simplify the pgoff calculation Replace the two steps of dax_iomap_sector and bdev_dax_pgoff with a single dax_iomap_pgoff helper that avoids lots of cumbersome sector conversions. 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-15-hch@lst.de Signed-off-by: Dan Williams <dan.j.williams@intel.com>