upgrade to 3.18.2

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 43892
This commit is contained in:
Imre Kaloz
2015-01-09 12:35:19 +00:00
parent 39d0b8fea8
commit 182bbf60b7
2 changed files with 3 additions and 3 deletions

View File

@@ -156,7 +156,7 @@
void generate_random_uuid(unsigned char uuid_out[16]);
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -425,6 +425,7 @@ void transfer_pid(struct task_struct *ol
@@ -427,6 +427,7 @@ void transfer_pid(struct task_struct *ol
new->pids[type].pid = old->pids[type].pid;
hlist_replace_rcu(&old->pids[type].node, &new->pids[type].node);
}