diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-11 09:54:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-11 09:54:02 +0000 |
commit | 20de21593b9a02ef9db1bfe6b21e759496673993 (patch) | |
tree | 65292970e6c49ab0fe14f4b2a791d82fdae35032 | |
parent | 409f8211e1268a06a7911ad11715f514e16424d2 (diff) | |
download | upstream-20de21593b9a02ef9db1bfe6b21e759496673993.tar.gz upstream-20de21593b9a02ef9db1bfe6b21e759496673993.tar.bz2 upstream-20de21593b9a02ef9db1bfe6b21e759496673993.zip |
kernel: revert r27953
KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30
SVN-Revision: 27954
-rw-r--r-- | target/linux/generic/patches-3.0/941-ocf_20110720.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.0/941-ocf_20110720.patch b/target/linux/generic/patches-3.0/941-ocf_20110720.patch index 2180bda416..a2045ab059 100644 --- a/target/linux/generic/patches-3.0/941-ocf_20110720.patch +++ b/target/linux/generic/patches-3.0/941-ocf_20110720.patch @@ -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 @@ |