]> Git Repo - linux.git/commit
fs/binfmt_elf.c: delete "loc" variable
authorAlexey Dobriyan <[email protected]>
Tue, 7 Apr 2020 03:11:26 +0000 (20:11 -0700)
committerLinus Torvalds <[email protected]>
Tue, 7 Apr 2020 17:43:44 +0000 (10:43 -0700)
commitc69bcc932ef3568a13cf6d67398cf5e9da88e812
tree05ad7f5ea2abb65eeeb8e4cea1a4bc1c9915fed7
parentefcdd350d1f8a98fa9fb5280e5af0a22e2059a26
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/20200219184847.GA4871@avx2
Signed-off-by: Linus Torvalds <[email protected]>
fs/binfmt_elf.c
This page took 0.052078 seconds and 4 git commands to generate.