diff --git a/fs/exec.c b/fs/exec.c index 4b3ac651b027..ec5ef10ce2db 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -75,6 +75,8 @@ #include #include +EXPORT_TRACEPOINT_SYMBOL_GPL(task_rename); + static int bprm_creds_from_file(struct linux_binprm *bprm); int suid_dumpable = 0;