- /* folio not in the pagecache, try to allocate */ if (IS_ERR(folio)) folio = __kvm_gmem_folio_alloc(inode, vmf->pgoff);That looks better in general. We should likely find a better/more consistent name for fault_process_userfaultfd().__do_userfault()? :)
Yes, that matches the naming scheme :) -- Cheers, David

