rtnetlink: unlock on error path in netlink_dump()
authorDan Carpenter <error27@gmail.com>
Wed, 15 Jun 2011 03:11:42 +0000 (03:11 +0000)
committerDavid S. Miller <davem@conan.davemloft.net>
Fri, 17 Jun 2011 03:51:35 +0000 (23:51 -0400)
In c7ac8679bec939 "rtnetlink: Compute and store minimum ifinfo dump
size", we moved the allocation under the lock so we need to unlock
on error path.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>

No differences found