Andrew Morton writes:
> On Thu, 21 Mar 2019 09:36:10 +0530 "Aneesh Kumar K.V"
> wrote:
>
>> MADV_DONTNEED is handled with mmap_sem taken in read mode.
>> We call page_mkclean without holding mmap_sem.
>>
>> MADV_DONTNEED implies that pages in the region are unmapped and subsequent
>> access to
On Thu, 21 Mar 2019 09:36:10 +0530 "Aneesh Kumar K.V"
wrote:
> MADV_DONTNEED is handled with mmap_sem taken in read mode.
> We call page_mkclean without holding mmap_sem.
>
> MADV_DONTNEED implies that pages in the region are unmapped and subsequent
> access to the pages in that range is handle
MADV_DONTNEED is handled with mmap_sem taken in read mode.
We call page_mkclean without holding mmap_sem.
MADV_DONTNEED implies that pages in the region are unmapped and subsequent
access to the pages in that range is handled as a new page fault.
This implies that if we don't have parallel access
3 matches
Mail list logo