From: Eric Dumazet Date: Fri, 6 Nov 2009 04:56:07 +0000 (-0800) Subject: rose: device refcount leak X-Git-Tag: v2.6.32-rc7~58^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ec824021493ba6cb7eeb61572f4d2f8a80a52e;p=pandora-kernel.git rose: device refcount leak While hunting dev_put() for net-next-2.6, I found a device refcount leak in ROSE, ioctl(SIOCADDRT) error path. Fix is to not touch device refcount, as we hold RTNL Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed