commit | ac28393e8514927e58af99ea12d4ee0eac6d11a8 | [log] [tgz] |
---|---|---|
author | Scott Feldman <sfeldma@gmail.com> | Fri Jun 12 21:35:48 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 15 16:06:49 2015 -0700 |
tree | 3e940b86d169b53d5109f98f9847be34a9cf5537 | |
parent | 02a9fbfc878ec3e4c17b11d6ac41dfe86667b732 [diff] |
rocker: mark STP update as 'no wait' processing We can get STP updates from the bridge driver in atomic and non-atomic contexts. Since we can't test what context we're getting called in, do the STP processing as 'no wait', which will cover all cases. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>