Re: [PATCH v6] mm: shrink skip folio mapped by an exiting process

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





在 2024/7/9 19:49, Matthew Wilcox 写道:
On Tue, Jul 09, 2024 at 12:10:50PM +0800, Zhiguo Jiang wrote:
+		if ((!atomic_read(&vma->vm_mm->mm_users) ||
+			check_stable_address_space(vma->vm_mm)) &&
+			folio_test_swapbacked(folio) &&
+			!folio_likely_mapped_shared(folio)) {
+			pra->referenced = -1;
+			page_vma_mapped_walk_done(&pvmw);
+			return false;
+		}
You told me you'd fix the indentation.  You cannot indent both the
continuation lines of the condition and the body of the if by one tab
each!
Thank you for pointing out this indentation issue again. It has been modified in patch v7.





[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux