]> git.baikalelectronics.ru Git - kernel.git/commit
fs/binfmt_elf.c: delete "loc" variable
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 7 Apr 2020 03:11:26 +0000 (20:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:44 +0000 (10:43 -0700)
commitf156f2feaf3dd2bbef60496c69a1dbc8e2062bf8
tree05ad7f5ea2abb65eeeb8e4cea1a4bc1c9915fed7
parent9d97aa29bf3a16d368c2abefedefa3d4db219b90
fs/binfmt_elf.c: delete "loc" variable

"loc" variable became just a wrapper for PT_INTERP ELF header after main
ELF header was moved to "bprm->buf".  Delete it.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200219184847.GA4871@avx2
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c