]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_aout.c
shmem: split huge pages beyond i_size under memory pressure
[karo-tx-linux.git] / fs / binfmt_aout.c
index 64b331ae34283c310edf987cb543f80618b697ad..ae1b5404fced41881247e59073cb6fb6c31222a1 100644 (file)
@@ -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;
 }