We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcac87 commit 05da811Copy full SHA for 05da811
kernel/fork.c
@@ -1187,7 +1187,6 @@ struct file *get_mm_exe_file(struct mm_struct *mm)
1187
rcu_read_unlock();
1188
return exe_file;
1189
}
1190
-EXPORT_SYMBOL(get_mm_exe_file);
1191
1192
/**
1193
* get_task_exe_file - acquire a reference to the task's executable file
@@ -1210,7 +1209,6 @@ struct file *get_task_exe_file(struct task_struct *task)
1210
1209
task_unlock(task);
1211
1212
1213
-EXPORT_SYMBOL(get_task_exe_file);
1214
1215
1216
* get_task_mm - acquire a reference to the task's mm
0 commit comments