Let's use folio_add_anon_rmap_ptes(), batching the rmap operations.Reviewed-by: Yin Fengwei <fengwei.yin@xxxxxxxxx>
While at it, use more folio operations (but only in the code branch we're
touching), use VM_WARN_ON_FOLIO(), and pass RMAP_EXCLUSIVE instead of
manually setting PageAnonExclusive.
We should never see non-anon pages on that branch: otherwise, the
existing page_add_anon_rmap() call would have been flawed already.
Signed-off-by: David Hildenbrand <david@xxxxxxxxxx>