+1
−45
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The comment in there used to be true, but these days do_brk() does the arch-specific check that covers what we open-coded here. So we can use sys_brk() just fine, only need to do force_successful_syscall_return() after it. See commit 3a459756 - that's when the checks in do_brk() had been originally added. Acked-by:Hugh Dickins <hugh.dickins@tiscali.co.uk> Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>