On Fri, Jun 13, 2025 at 08:06:59PM +0100, Matthew Wilcox (Oracle) wrote: > extent-io-tests is the last user of find_lock_page() in my tree, so > let's convert these two functions. test_find_delalloc() is quite a big > function, so I split the conversion up. We could combine these two > patches if anyone has a strong opinion. There's no more use of 'struct > page' in extent-io-tests after this. Compile tested only. Thanks, the patch splitting is OK. The conversion is straightforward, we'll fix the tests so it works in the incomplete environment.