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:
cgroups, lkml
From: Hillf Danton <hidden>
Date: 2012-06-10 01:59:30
Also in:
cgroups, 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> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>