Re: [PATCH -V4 02/10] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
From: KAMEZAWA Hiroyuki <hidden>
Date: 2012-03-19 02:13:43
Also in:
linux-mm, lkml
From: KAMEZAWA Hiroyuki <hidden>
Date: 2012-03-19 02:13:43
Also in:
linux-mm, lkml
(2012/03/17 2:39), Aneesh Kumar K.V wrote:
From: "Aneesh Kumar K.V" <redacted> Using VM_FAULT_* codes with ERR_PTR will require us to make sure VM_FAULT_* values will not exceed MAX_ERRNO value. Signed-off-by: Aneesh Kumar K.V <redacted>
Is this a bug fix ? Reviewed-by: KAMEZAWA Hiroyuki <redacted>