]> git.baikalelectronics.ru Git - kernel.git/commit
binfmt_flat: delete two error messages for a failed memory allocation in decompress_e...
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 8 Sep 2017 23:16:14 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:50 +0000 (18:26 -0700)
commitcf9a5198c51ac56f26a093b93633f85ead31e7f5
tree16f118f6cccfbf7af82b6879c9cf5a5088bfe02b
parent2cf0cb657912c898c97d094e80dd2583190de4d0
binfmt_flat: delete two error messages for a failed memory allocation in decompress_exec()

Omit extra messages for a memory allocation failure in this function.

This issue was detected by using the Coccinelle software.

Link: http://lkml.kernel.org/r/f92aac79-b05e-321a-1a19-d38c7159ee9c@users.sourceforge.net
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_flat.c