kernel: finally remove layer7 filter support
[openwrt/staging/wigyori.git] / target / linux / generic / patches-3.18 / 941-ocf_20120127.patch
index cc512f835919b4ed88f4b7de41d86dc605034a84..7f3f996f0d6d24f7fb9157473223d7a26c25313a 100644 (file)
@@ -24,7 +24,7 @@
   * All of these routines try to estimate how many bits of randomness a
   * particular randomness source.  They do this by keeping track of the
   * first and second order deltas of the event timings.
-@@ -938,6 +948,63 @@ void add_disk_randomness(struct gendisk
+@@ -938,6 +948,63 @@ void add_disk_randomness(struct gendisk 
  EXPORT_SYMBOL_GPL(add_disk_randomness);
  #endif
  
  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);
  }