diff options
author | Christoph Hellwig <hch@lst.de> | 2023-12-07 08:27:04 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-02-01 14:20:12 +0100 |
commit | dec3a7b3aa45802e70c350d73e11564cd444e448 (patch) | |
tree | 4a28b2f37fd5b57b29b6ee13460393bfd0d64644 /include/asm-generic/hugetlb.h | |
parent | 7edfc610ec315de96963e66889511212ad87e3de (diff) | |
download | linux-dec3a7b3aa45802e70c350d73e11564cd444e448.tar.gz linux-dec3a7b3aa45802e70c350d73e11564cd444e448.tar.bz2 linux-dec3a7b3aa45802e70c350d73e11564cd444e448.zip |
iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
The calculation in iomap_sector is pretty trivial and most of the time
iomap_add_to_ioend only callers either iomap_can_add_to_ioend or
iomap_alloc_ioend from a single invocation.
Calculate the sector in the two lower level functions and stop passing it
from iomap_add_to_ioend and update the iomap_alloc_ioend argument passing
order to match that of iomap_add_to_ioend.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20231207072710.176093-9-hch@lst.de
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/asm-generic/hugetlb.h')
0 files changed, 0 insertions, 0 deletions