]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cxgbit: add missing __kfree_skb()
authorVarun Prakash <varun@chelsio.com>
Sun, 23 Jul 2017 14:33:07 +0000 (20:03 +0530)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 30 Jul 2017 22:26:00 +0000 (15:26 -0700)
commit66b59f9b1f41ee61eb4862bbcfc1e7db5298ba9e
tree812c7fb23ffbe8c3b7d8bdf5ba152cf4f0b82639
parentededd039d1b96035b23592c049efcae53922cfce
cxgbit: add missing __kfree_skb()

Call __kfree_skb() after processing skb to avoid
memory leak.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/cxgbit/cxgbit_cm.c