diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-11 09:47:36 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-11 09:47:36 +0000 |
commit | 0aac127864520f14c5de667fde135037294532f3 (patch) | |
tree | 65babb9e3495690ce7afa7ae21b16a8e54ef76e2 /target/linux/generic/patches-3.0 | |
parent | 970fc33d4bee446c489eb334bd15570f3baf25fb (diff) | |
download | upstream-0aac127864520f14c5de667fde135037294532f3.tar.gz upstream-0aac127864520f14c5de667fde135037294532f3.tar.bz2 upstream-0aac127864520f14c5de667fde135037294532f3.zip |
kernel: fix ocf patch for kernel 2.6.30
find_task_by_vpid is already exported by the kernel without any patches needed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.0')
-rw-r--r-- | target/linux/generic/patches-3.0/941-ocf_20110720.patch | 10 |
1 files changed, 0 insertions, 10 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 a2045ab059..2180bda416 100644 --- a/target/linux/generic/patches-3.0/941-ocf_20110720.patch +++ b/target/linux/generic/patches-3.0/941-ocf_20110720.patch @@ -1,13 +1,3 @@ ---- 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 @@ |