Skip to content
Commit 01159348 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Eric W. Biederman
Browse files

binfmt_elf_fdpic: fix execfd build regression



The change to bprm->have_execfd was incomplete, leading
to a build failure:

fs/binfmt_elf_fdpic.c: In function 'create_elf_fdpic_tables':
fs/binfmt_elf_fdpic.c:591:27: error: 'BINPRM_FLAGS_EXECFD' undeclared

Change the last user of BINPRM_FLAGS_EXECFD in a corresponding
way.

Reported-by: default avatarValdis Klētnieks <valdis.kletnieks@vt.edu>
Fixes: b8a61c9e

 ("exec: Generic execfd support")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent b081320f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment