commit | ddb0ac51e62ea190da5d82f5bd983210ee341aa6 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Apr 25 18:25:55 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 26 11:14:06 2019 -0400 |
tree | 48e038c2f4819e84edfc2d539ddad3213cebd72c | |
parent | 46b83629dede262315aa82179d105581f11763b6 [diff] |
s390/qeth: remove RX seqno in skb->cb It's unclear what exact purpose this seqno may have served in the past. But it's certainly no longer used anymore, as the following napi_gro_receive() will straight away clear this part of the cb again. Suggested-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>