commit | bac5f2e2a4059ff8c4a723861d4adaa61af7bd5c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Sep 18 15:57:40 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Sep 18 15:57:40 2023 -0700 |
tree | 9999b73808d76467ea3ae929b85485daadc322e5 | |
parent | 852ec4adf799bcb6c0e70e34cbdeb099b5e8a91e [diff] |
iomap: convert iomap_unshare_iter to use large folios Convert iomap_unshare_iter to create large folios if possible, since the write and zeroing paths already do that. I think this got missed in the conversion of the write paths that landed in 6.6-rc1. Cc: ritesh.list@gmail.com, willy@infradead.org Signed-off-by: Darrick J. Wong <djwong@kernel.org>