ipv6: minor code reorg in inet6_fill_ifla6_attrs()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 30 Sep 2019 12:02:16 +0000 (14:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Oct 2019 21:59:03 +0000 (14:59 -0700)
commit0d7982ce6e3a683f55def32262c9fee2b87ec8e6
tree7550254cd564266a1ffc4d3a9ceb91728eb68998
parent7a56493f0620cc1b4cffc9bc59289fdefe76b5f3
ipv6: minor code reorg in inet6_fill_ifla6_attrs()

Just put related code together to ease code reading: the memcpy() is
related to the nla_reserve().

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c