commit | 1c2d670f3660e9103fdcdca702f6dbf8ea7d6afb | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Apr 16 16:59:10 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:29:04 2007 -0700 |
tree | 4a85b1e41f74e0c0b7445a950186b026de3ef0e0 | |
parent | af65bdfce98d7965fbe93a48b8128444a2eea024 [diff] |
[RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks Hold rtnl_mutex during the entire netlink dump operation. This allows to simplify locking in the dump callbacks, since they can now rely on that no concurrent changes happen. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>