commit | ebc701b796a67a5785399dcbc83d90e3b5f1e02f | [log] [tgz] |
---|---|---|
author | Nathan Fontenot <nfont@linux.vnet.ibm.com> | Wed Apr 11 10:09:38 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 12 21:51:53 2018 -0400 |
tree | 7b386553deb1996579ae0b69b301271eb31b3c81 | |
parent | 64d92aa2c9fe490ceffc440d7648ce369cd6cc3c [diff] |
ibmvnic: Do not notify peers on parameter change resets When attempting to change the driver parameters, such as the MTU value or number of queues, do not call netdev_notify_peers(). Doing so will deadlock on the rtnl_lock. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>