hugetlb: fix error return for brk() entering a hugepage region
commit255189a700d809000157d5eed1a3ede9e6426f68
authorHugh Dickins <hugh@veritas.com>
Sun, 28 Oct 2007 21:22:25 +0000 (28 22:22 +0100)
committerAdrian Bunk <bunk@kernel.org>
Sun, 28 Oct 2007 21:22:25 +0000 (28 22:22 +0100)
tree7db1820e62d95b91779f4e09f80f8a31729afbde
parent6a93b22bc8569315b2e0ce07297b73673882925a
hugetlb: fix error return for brk() entering a hugepage region

The lats commit causes the wrong return value.
is_hugepage_only_range() is a boolean, so we should return
-EINVAL rather than 1.

Also - we can use "mm" instead of looking up "current->mm" again.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
mm/mmap.c