Loading
net: hns3: change type of numa_node_mask as nodemask_t
maillist inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9NZTZ CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=6639a7b953212ac51aa4baa7d7fb855bf736cf56 ---------------------------------------------------------------------- It provides nodemask_t to describe the numa node mask in kernel. To improve transportability, change the type of numa_node_mask as nodemask_t. Fixes: 38caee9d ("net: hns3: Add support of the HNAE3 framework") Signed-off-by:Peiyang Wang <wangpeiyang1@huawei.com> Signed-off-by:
Jijie Shao <shaojijie@huawei.com> Reviewed-by:
Simon Horman <horms@kernel.org> Signed-off-by:
Paolo Abeni <pabeni@redhat.com>