Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[linux-2.6-microblaze.git] / include / linux / sched / user.h
index 82bd253..2462f7d 100644 (file)
@@ -12,9 +12,6 @@
  */
 struct user_struct {
        refcount_t __count;     /* reference count */
-#ifdef CONFIG_FANOTIFY
-       atomic_t fanotify_listeners;
-#endif
 #ifdef CONFIG_EPOLL
        atomic_long_t epoll_watches; /* The number of file descriptors currently watched */
 #endif