2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 21:38:15 +00:00

Add missing EXPORT_SYMBOL

This commit is contained in:
Andreas Gruenbacher 2007-04-26 10:31:18 +00:00
parent a23751dff5
commit 6d3e8fa14c

View File

@ -37,3 +37,13 @@ nothing...
profile->parent->name, profile->name);
audit_log_end(ab);
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -806,6 +806,7 @@ void get_task_comm(char *buf, struct tas
strncpy(buf, tsk->comm, sizeof(tsk->comm));
task_unlock(tsk);
}
+EXPORT_SYMBOL(get_task_comm);
void set_task_comm(struct task_struct *tsk, char *buf)
{