aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/binfmts.h
diff options
context:
space:
mode:
authorChanho Min <chanho.min@lge.com>2018-12-10 16:49:54 +0900
committerAl Viro <viro@zeniv.linux.org.uk>2018-12-10 04:11:06 -0500
commit4addd2640fcaeb150b42a8a352b6c9d13d6c00af (patch)
treee056f774cec2017c8acf94f4e7a105d3332f8976 /include/linux/binfmts.h
parentVFS: use synchronize_rcu_expedited() in namespace_unlock() (diff)
downloadwireguard-linux-4addd2640fcaeb150b42a8a352b6c9d13d6c00af.tar.xz
wireguard-linux-4addd2640fcaeb150b42a8a352b6c9d13d6c00af.zip
exec: make prepare_bprm_creds static
prepare_bprm_creds is not used outside exec.c, so there's no reason for it to have external linkage. Signed-off-by: Chanho Min <chanho.min@lge.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/binfmts.h')
-rw-r--r--include/linux/binfmts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h
index e9f5fe69df31..6a9e43d98c3d 100644
--- a/include/linux/binfmts.h
+++ b/include/linux/binfmts.h
@@ -138,7 +138,6 @@ extern int transfer_args_to_stack(struct linux_binprm *bprm,
extern int bprm_change_interp(const char *interp, struct linux_binprm *bprm);
extern int copy_strings_kernel(int argc, const char *const *argv,
struct linux_binprm *bprm);
-extern int prepare_bprm_creds(struct linux_binprm *bprm);
extern void install_exec_creds(struct linux_binprm *bprm);
extern void set_binfmt(struct linux_binfmt *new);
extern ssize_t read_code(struct file *, unsigned long, loff_t, size_t);