OSDN Git Service

cls_u32: don't bother explicitly initializing ->divisor to zero
authorAlexandru Moise <00moses.alexander00@gmail.com>
Sun, 8 Jan 2017 16:49:46 +0000 (18:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 19:27:16 +0000 (14:27 -0500)
commit58fa118f3de45481df2ac2b8b41e8114cae2574d
tree61ccfff013f02346db8e0b1cafac7c30cf175014
parent17650f22cd059b3d653c03b5534e4a2a18cb02bd
cls_u32: don't bother explicitly initializing ->divisor to zero

This struct member is already initialized to zero upon root_ht's
allocation via kzalloc().

Signed-off-by: Alexandru Moise <00moses.alexander00@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_u32.c