Re: [PATCH] drivers/net: enic: release rtnl_lock on error-path

2013-07-09 Thread David Miller
From: Konstantin Khlebnikov Date: Mon, 08 Jul 2013 11:22:51 +0400 > enic_change_mtu_work() must call rtnl_unlock() on all exiting paths. > > Signed-off-by: Konstantin Khlebnikov Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majo

RE: [PATCH] drivers/net: enic: release rtnl_lock on error-path

2013-07-08 Thread Neel Patel (neepatel)
: release rtnl_lock on error-path On 7/8/13 12:22 AM, Konstantin Khlebnikov wrote: > enic_change_mtu_work() must call rtnl_unlock() on all exiting paths. > > Signed-off-by: Konstantin Khlebnikov > Cc: Christian Benvenuti > Cc: Roopa Prabhu > Cc: Neel Patel > Cc: Nishank Trive

Re: [PATCH] drivers/net: enic: release rtnl_lock on error-path

2013-07-08 Thread Nishank Trivedi
On 7/8/13 12:22 AM, Konstantin Khlebnikov wrote: enic_change_mtu_work() must call rtnl_unlock() on all exiting paths. Signed-off-by: Konstantin Khlebnikov Cc: Christian Benvenuti Cc: Roopa Prabhu Cc: Neel Patel Cc: Nishank Trivedi --- drivers/net/ethernet/cisco/enic/enic_main.c |2 ++

[PATCH] drivers/net: enic: release rtnl_lock on error-path

2013-07-08 Thread Konstantin Khlebnikov
enic_change_mtu_work() must call rtnl_unlock() on all exiting paths. Signed-off-by: Konstantin Khlebnikov Cc: Christian Benvenuti Cc: Roopa Prabhu Cc: Neel Patel Cc: Nishank Trivedi --- drivers/net/ethernet/cisco/enic/enic_main.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drive