kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF
find_task_by_vpid is already exported, thus breaking builds. SVN-Revision: 27952
This commit is contained in:
parent
def60e2918
commit
7304dcad2a
1 changed files with 0 additions and 10 deletions
|
@ -120,13 +120,3 @@
|
||||||
extern void get_random_bytes(void *buf, int nbytes);
|
extern void get_random_bytes(void *buf, int nbytes);
|
||||||
void generate_random_uuid(unsigned char uuid_out[16]);
|
void generate_random_uuid(unsigned char uuid_out[16]);
|
||||||
|
|
||||||
--- a/kernel/pid.c
|
|
||||||
+++ b/kernel/pid.c
|
|
||||||
@@ -383,6 +383,7 @@ struct task_struct *find_task_by_pid_typ
|
|
||||||
{
|
|
||||||
return pid_task(find_pid_ns(nr, ns), type);
|
|
||||||
}
|
|
||||||
+EXPORT_SYMBOL(find_task_by_vpid);
|
|
||||||
|
|
||||||
EXPORT_SYMBOL(find_task_by_pid_type_ns);
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue