diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c index 64b331ae34283c310edf987cb543f80618b697ad..ae1b5404fced41881247e59073cb6fb6c31222a1 100644 --- a/fs/binfmt_aout.c +++ b/fs/binfmt_aout.c @@ -129,7 +129,6 @@ static int set_brk(unsigned long start, unsigned long end) end = PAGE_ALIGN(end); if (end > start) return vm_brk(start, end - start); - } return 0; }