econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.
authorNelson Elhage <nelhage@ksplice.com>
Wed, 8 Dec 2010 18:13:55 +0000 (10:13 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 7 Jan 2011 21:58:28 +0000 (13:58 -0800)
commit32f2fd79682b8b961c01c65689d2999e2081834f
treecfa2122931b5cf413208679d1def4fdef26b3330
parent414bdc25810282f9cf56a3335e695c263e487727
econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.

[ Upstream commit 0c62fc6dd02c8d793c75ae76a9b6881fc36388ad]

We need to drop the mutex and do a dev_put, so set an error code and break like
the other paths, instead of returning directly.

Signed-off-by: Nelson Elhage <nelhage@ksplice.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/econet/af_econet.c