mbox series

[net-next,0/2] netns: simple cleanups

Message ID cover.1579040200.git.gnault@redhat.com
Headers show
Series netns: simple cleanups | expand

Message

Guillaume Nault Jan. 14, 2020, 10:25 p.m. UTC
A few things to cleanup, found while working on net_namespace.c:
  * align netlink attribute parsing policy with their real usage,
  * some constification.

Guillaume Nault (2):
  netns: Parse NETNSA_FD and NETNSA_PID as signed integers
  netns: constify exported functions

 include/net/net_namespace.h | 10 +++++-----
 net/core/net_namespace.c    | 18 +++++++++---------
 2 files changed, 14 insertions(+), 14 deletions(-)