]> git.baikalelectronics.ru Git - kernel.git/commit
net/af_iucv: support drop monitoring
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 9 Aug 2021 08:30:46 +0000 (10:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Aug 2021 09:13:32 +0000 (10:13 +0100)
commit9a9fcd205f23b63c0e834a8c3ff31febf1008e44
tree0d7bff6219ba22ec8cb6d127c48cf6325b6e9c4c
parentd422f6ea1814c285030eaa927edf897df55b2b07
net/af_iucv: support drop monitoring

Change the good paths to use consume_skb() instead of kfree_skb(). This
avoids flooding dropwatch with false-positives.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/af_iucv.c