|
@@ -55,7 +55,7 @@ enum
|
|
CTL_KERN=1, /* General kernel info and control */
|
|
CTL_KERN=1, /* General kernel info and control */
|
|
CTL_VM=2, /* VM management */
|
|
CTL_VM=2, /* VM management */
|
|
CTL_NET=3, /* Networking */
|
|
CTL_NET=3, /* Networking */
|
|
- CTL_PROC=4, /* Process info */
|
|
|
|
|
|
+ /* was CTL_PROC */
|
|
CTL_FS=5, /* Filesystems */
|
|
CTL_FS=5, /* Filesystems */
|
|
CTL_DEBUG=6, /* Debugging */
|
|
CTL_DEBUG=6, /* Debugging */
|
|
CTL_DEV=7, /* Devices */
|
|
CTL_DEV=7, /* Devices */
|
|
@@ -767,8 +767,6 @@ enum {
|
|
NET_BRIDGE_NF_FILTER_VLAN_TAGGED = 4,
|
|
NET_BRIDGE_NF_FILTER_VLAN_TAGGED = 4,
|
|
};
|
|
};
|
|
|
|
|
|
-/* CTL_PROC names: */
|
|
|
|
-
|
|
|
|
/* CTL_FS names: */
|
|
/* CTL_FS names: */
|
|
enum
|
|
enum
|
|
{
|
|
{
|