From: Shreyas Bhatewara Date: Fri, 19 Jun 2015 20:37:03 +0000 (-0700) Subject: vmxnet3: Fix memory leaks in rx path (fwd) X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41fcce997d2caa039a46495d40423348c51ad61;p=pandora-kernel.git vmxnet3: Fix memory leaks in rx path (fwd) If rcd length was zero, the page used for frag was not being released. It was being replaced with a newly allocated page. This change takes care of that memory leak. Signed-off-by: Guolin Yang Signed-off-by: Shreyas N Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed