]> git.baikalelectronics.ru Git - kernel.git/commit
qeth: scheduling while atomic during ifconfig online sequence
authorFrank Blaschka <frank.blaschka@de.ibm.com>
Wed, 26 Aug 2009 02:01:07 +0000 (02:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2009 00:34:16 +0000 (17:34 -0700)
commit99ac22e17ed933eb49f03763d148cc27fb7e06bb
tree0feaf9564c372e998f9570471f5801497b886f21
parentb35e0cb25f2772b7a209d5b47b16ad3c17e268d7
qeth: scheduling while atomic during ifconfig online sequence

In case the IP address list contains entries (not removed when the device was set
offline) this entries should be registered next time the device is brought online.
In the past this was done implicitly with the device open call but since we wait
in the set IPv4 IPA and the device open common code holds various locks this
does not work any longer.

Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l3_main.c