On Mon, Jun 17, 2024 at 05:06:52PM +0300, Dan Carpenter wrote: > Hi Christoph, > > kernel test robot noticed the following build warnings: Seems like this is a pre-existing condition. But it is indeed a bit silly. In fact the whole nfs_page_to_folio thing is a bit weird, pages always are folios as well, so storing a union of a page and folio in nfs_page doesn't make a whole lot of sense. I'll look into cleaning this up in a follow on patch.