[PATCH] inotify (1/5): split kernel API from userspace support
[deliverable/linux.git] / include / linux / sched.h
index 29b7d4f87d207a69a1b8a2c0167416f1332f030d..864e5a70ff6563fd4baeb74190061a1a491438c7 100644 (file)
@@ -494,7 +494,7 @@ struct user_struct {
        atomic_t processes;     /* How many processes does this user have? */
        atomic_t files;         /* How many open files does this user have? */
        atomic_t sigpending;    /* How many pending signals does this user have? */
-#ifdef CONFIG_INOTIFY
+#ifdef CONFIG_INOTIFY_USER
        atomic_t inotify_watches; /* How many inotify watches does this user have? */
        atomic_t inotify_devs;  /* How many inotify devs does this user have opened? */
 #endif
This page took 0.025868 seconds and 5 git commands to generate.