commit | 31ce6e010195d049ec3f8415e03d2951f494bf1d | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemming@brocade.com> | Fri May 13 14:56:31 2016 -0700 |
committer | Stephen Hemminger <shemming@brocade.com> | Fri May 13 14:56:31 2016 -0700 |
tree | cb628a49d7649fb330076be6209ab0522c024760 | |
parent | 0c9ffc0b0a95ebd529af19b2f086384ab90766b9 [diff] [blame] |
update kernel headers from net-next Take sanitized headers for davem net-next
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h index b806fcf..07e486c 100644 --- a/include/linux/inet_diag.h +++ b/include/linux/inet_diag.h
@@ -115,9 +115,11 @@ INET_DIAG_SKV6ONLY, INET_DIAG_LOCALS, INET_DIAG_PEERS, + INET_DIAG_PAD, + __INET_DIAG_MAX, }; -#define INET_DIAG_MAX INET_DIAG_SKV6ONLY +#define INET_DIAG_MAX (__INET_DIAG_MAX - 1) /* INET_DIAG_MEM */