Re: [PATCH v7 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code

2015-08-12 Thread Michal Hocko
On Sun 09-08-15 01:22:51, Eric B Munson wrote: > Extending the mlock system call is very difficult because it currently > does not take a flags argument. A later patch in this set will extend > mlock to support a middle ground between pages that are locked and > faulted in immediately and

Re: [PATCH v7 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code

2015-08-12 Thread Michal Hocko
On Sun 09-08-15 01:22:51, Eric B Munson wrote: Extending the mlock system call is very difficult because it currently does not take a flags argument. A later patch in this set will extend mlock to support a middle ground between pages that are locked and faulted in immediately and unlocked

[PATCH v7 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code

2015-08-08 Thread Eric B Munson
Extending the mlock system call is very difficult because it currently does not take a flags argument. A later patch in this set will extend mlock to support a middle ground between pages that are locked and faulted in immediately and unlocked pages. To pave the way for the new system call, the

[PATCH v7 1/6] mm: mlock: Refactor mlock, munlock, and munlockall code

2015-08-08 Thread Eric B Munson
Extending the mlock system call is very difficult because it currently does not take a flags argument. A later patch in this set will extend mlock to support a middle ground between pages that are locked and faulted in immediately and unlocked pages. To pave the way for the new system call, the