Re: [PATCH 2/2] fs: hugetlbfs: Fix logic to skip allocation on hit in page cache

From: Ackerley Tng
Date: Mon May 08 2023 - 12:29:40 EST




I wrote a selftest to verify the behavior of page_cache_next_miss() and
indeed you are right about the special case.

I'll continue to look into this to figure out why it isn't hitting in
the page cache.

Thanks Mike!