kernel: update 3.14 to 3.14.14
[openwrt.git] / target / linux / generic / patches-3.14 / 620-sched_esfq.patch
index 9646988..9726e4a 100644 (file)
 +      struct Qdisc *sch = (struct Qdisc*)arg;
 +      struct esfq_sched_data *q = qdisc_priv(sch);
 +
-+      q->perturbation = net_random()&0x1F;
++      q->perturbation = prandom_u32()&0x1F;
 +
 +      if (q->perturb_period) {
 +              q->perturb_timer.expires = jiffies + q->perturb_period;