Re: [PATCH -V8 02/16] hugetlb: don't use ERR_PTR with VM_FAULT* values
From: Hillf Danton <hidden>
Date: 2012-06-10 01:59:30
Also in:
linux-mm, lkml
From: Hillf Danton <hidden>
Date: 2012-06-10 01:59:30
Also in:
linux-mm, lkml
On Sat, Jun 9, 2012 at 4:59 PM, Aneesh Kumar K.V [off-list ref] wrote:
From: "Aneesh Kumar K.V" <redacted> The current use of VM_FAULT_* codes with ERR_PTR requires us to ensure VM_FAULT_* values will not exceed MAX_ERRNO value. Decouple the VM_FAULT_* values from MAX_ERRNO. Reviewed-by: KAMEZAWA Hiroyuki <redacted> Signed-off-by: Aneesh Kumar K.V <redacted> ---
Thank you, AKKV. Acked-by: Hillf Danton <redacted>