commit | ecce39ec10937fb0d9f34ab43c75482d6c243292 | [log] [tgz] |
---|---|---|
author | Guillaume Nault <gnault@redhat.com> | Thu Apr 11 16:45:57 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 11:26:27 2019 -0700 |
tree | 5dbfa48f6210e95739bb04e6ac663afa12bd6e6d | |
parent | 526bb57a6ad6b0ed6de34b3c5eabf394b248618f [diff] |
netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid() NETNSA_NSID is signed. Use nla_get_s32() to avoid confusion. Signed-off-by: Guillaume Nault <gnault@redhat.com> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>