kernel: revert r27953
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Aug 2011 09:54:02 +0000 (09:54 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 Aug 2011 09:54:02 +0000 (09:54 +0000)
KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27954 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/patches-3.0/941-ocf_20110720.patch

index 2180bda..a2045ab 100644 (file)
@@ -1,3 +1,13 @@
+--- a/kernel/pid.c
++++ b/kernel/pid.c
+@@ -427,6 +427,7 @@ struct task_struct *find_task_by_vpid(pi
+ {
+       return find_task_by_pid_ns(vnr, current->nsproxy->pid_ns);
+ }
++EXPORT_SYMBOL(find_task_by_vpid);
+ struct pid *get_task_pid(struct task_struct *task, enum pid_type type)
+ {
 --- a/drivers/char/random.c
 +++ b/drivers/char/random.c
 @@ -130,6 +130,9 @@
This page took 0.029903 seconds and 4 git commands to generate.