Re: [PATCH V3 2/2] mm/mmap: Drop generic protection_map[] array

From: Christophe Leroy
Date: Thu Jun 16 2022 - 01:27:22 EST




Le 16/06/2022 à 06:09, Anshuman Khandual a écrit :
> Move the protection_array[] array inside the arch for those platforms which

s/protection_array/protection_map

> do not enable ARCH_HAS_VM_GET_PAGE_PROT. Afterwards __SXXX/__PXX macros can
> be dropped completely which are now redundant.

I see some protection_map[] are __ro_after_init, some not.

I'm sure several of them could be const as they are never modified.


Christophe