]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/user_namespace.h
sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>
[karo-tx-linux.git] / include / linux / user_namespace.h
index eb209d4523f5a8e33d23b66ee658d3bddeb2d8b4..be765234c0a2b999f0f2bfcdb9f36b2cc16fa0c6 100644 (file)
@@ -5,6 +5,9 @@
 #include <linux/nsproxy.h>
 #include <linux/ns_common.h>
 #include <linux/sched.h>
+#include <linux/workqueue.h>
+#include <linux/rwsem.h>
+#include <linux/sysctl.h>
 #include <linux/err.h>
 
 #define UID_GID_MAP_MAX_EXTENTS 5
@@ -32,6 +35,10 @@ enum ucount_type {
        UCOUNT_NET_NAMESPACES,
        UCOUNT_MNT_NAMESPACES,
        UCOUNT_CGROUP_NAMESPACES,
+#ifdef CONFIG_INOTIFY_USER
+       UCOUNT_INOTIFY_INSTANCES,
+       UCOUNT_INOTIFY_WATCHES,
+#endif
        UCOUNT_COUNTS,
 };