fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
[linux-2.6-microblaze.git] / net / Kconfig
index 127da94..1743546 100644 (file)
@@ -48,6 +48,9 @@ config COMPAT_NETLINK_MESSAGES
 config NET_INGRESS
        bool
 
+config NET_EGRESS
+       bool
+
 menu "Networking options"
 
 source "net/packet/Kconfig"
@@ -250,9 +253,14 @@ config XPS
        depends on SMP
        default y
 
+config SOCK_CGROUP_DATA
+       bool
+       default n
+
 config CGROUP_NET_PRIO
        bool "Network priority cgroup"
        depends on CGROUPS
+       select SOCK_CGROUP_DATA
        ---help---
          Cgroup subsystem for use in assigning processes to network priorities on
          a per-interface basis.
@@ -260,6 +268,7 @@ config CGROUP_NET_PRIO
 config CGROUP_NET_CLASSID
        bool "Network classid cgroup"
        depends on CGROUPS
+       select SOCK_CGROUP_DATA
        ---help---
          Cgroup subsystem for use as general purpose socket classid marker that is
          being used in cls_cgroup and for netfilter matching.