git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f794b6
)
[PATCH] hugetlb: fix error return for brk() entering a hugepage region
author
Hugh Dickins
<hugh@veritas.com>
Tue, 14 Nov 2006 13:43:38 +0000
(13:43 +0000)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Tue, 14 Nov 2006 23:15:01 +0000
(15:15 -0800)
Commit
cb07c9a1864a8eac9f3123e428100d5b2a16e65a
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: Linus Torvalds <torvalds@osdl.org>
No differences found