]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Apr 2011 20:16:04 +0000 (16:16 -0400)
commitd4fb962614d39a25d88d99b8090ef6c15b23fa90
treeeaede29624159ef02ecf7dfccd2b36b411e2a4a0
parentd89f6fc68da8ca411226e24d762826f0fff99007
econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.

commit 0c62fc6dd02c8d793c75ae76a9b6881fc36388ad upstream

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: Paul Gortmaker <paul.gortmaker@windriver.com>
net/econet/af_econet.c