Loading net/packet/af_packet.c +0 −4 Original line number Diff line number Diff line Loading @@ -1450,10 +1450,6 @@ static int fanout_add(struct sock *sk, u16 id, u16 type_flags) mutex_lock(&fanout_mutex); err = -EINVAL; if (!po->running) goto out; err = -EALREADY; if (po->fanout) goto out; Loading Loading
net/packet/af_packet.c +0 −4 Original line number Diff line number Diff line Loading @@ -1450,10 +1450,6 @@ static int fanout_add(struct sock *sk, u16 id, u16 type_flags) mutex_lock(&fanout_mutex); err = -EINVAL; if (!po->running) goto out; err = -EALREADY; if (po->fanout) goto out; Loading