rtnetlink: move type calculation out of loop
authorChristian Brauner <christian@brauner.io>
Tue, 4 Sep 2018 19:53:51 +0000 (21:53 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Sep 2018 05:27:11 +0000 (22:27 -0700)
commit87ccbb1f943625884b824c5560f635dcea8e4510
tree90e6dc1b7e7dfacd0970a32400deada16b3bdce4
parent6ecf4c37eb3e89b0832c9616089a5cdca3747da7
rtnetlink: move type calculation out of loop

I don't see how the type - which is one of
RTM_{GETADDR,GETROUTE,GETNETCONF} - can change. So do the message type
calculation once before entering the for loop.

Signed-off-by: Christian Brauner <christian@brauner.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c