Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 917e0c52 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: sync rss in speculative page fault path"

parents 96ec9552 6011ee7e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4417,6 +4417,7 @@ int __handle_speculative_fault(struct mm_struct *mm, unsigned long address,
	 * If there is no need to retry, don't return the vma to the caller.
	 */
	if (ret != VM_FAULT_RETRY) {
		check_sync_rss_stat(current);
		if (vma_is_anonymous(vmf.vma))
			count_vm_event(SPECULATIVE_PGFAULT_ANON);
		else