]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit602d0541a77d2a541ab2d30e8e1fbd321796c7df
tree7550254cd564266a1ffc4d3a9ceb91728eb68998
parent55627d11602983575fd7f821999207e13ddf1e32
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