kernel: update 3.14 to 3.14.28
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.14 / 941-ocf_20120127.patch
index b8b1eed9bd568b8a3aa60ea4c2b3956529dc5e9b..b744026cb1917095c0ea814a3679f1cd63fa3ace 100644 (file)
  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);
  }