net/sched: act_psample: Remove unnecessary ASSERT_RTNL
authorYotam Gigi <yotamg@mellanox.com>
Tue, 31 Jan 2017 09:33:54 +0000 (11:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2017 19:10:03 +0000 (14:10 -0500)
commitf3b20313aef93f9cfda76fec2c05625f88510f18
tree1e4376749b1368e119885639c82edb152d2f2545
parentcadb9c9fdbc6a624d57b5ecdfd412b5800848703
net/sched: act_psample: Remove unnecessary ASSERT_RTNL

The ASSERT_RTNL is not necessary in the init function, as it does not
touch any rtnl protected structures, as opposed to the mirred action which
does have to hold a net device.

Reported-by: Cong Wang <xiyou.wangcong@gmail.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Yotam Gigi <yotamg@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_sample.c