commit | b4ec824021493ba6cb7eeb61572f4d2f8a80a52e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Nov 05 20:56:07 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 05 20:56:07 2009 -0800 |
tree | 17a2848c3deac1ad7efd24bfae43fb019f35cd19 | |
parent | 1056bd51674e529813213186471bb4ac6689a755 [diff] |
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 <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>