netlink: Add comment to warn about deprecated netlink rings attribute request
Signed-off-by: Fabien Siron <fabien.siron@epita.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f0362eab22
commit
5fb384b066
@@ -49,6 +49,7 @@ enum {
|
|||||||
#define NDIAG_SHOW_MEMINFO 0x00000001 /* show memory info of a socket */
|
#define NDIAG_SHOW_MEMINFO 0x00000001 /* show memory info of a socket */
|
||||||
#define NDIAG_SHOW_GROUPS 0x00000002 /* show groups of a netlink socket */
|
#define NDIAG_SHOW_GROUPS 0x00000002 /* show groups of a netlink socket */
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
|
/* deprecated since 4.6 */
|
||||||
#define NDIAG_SHOW_RING_CFG 0x00000004 /* show ring configuration */
|
#define NDIAG_SHOW_RING_CFG 0x00000004 /* show ring configuration */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user