mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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:
parent
f0362eab22
commit
5fb384b066
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue