diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 57166582a3f5..884699fa8c1f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -518,8 +518,10 @@ struct user_struct { | |||
518 | atomic_t inotify_watches; /* How many inotify watches does this user have? */ | 518 | atomic_t inotify_watches; /* How many inotify watches does this user have? */ |
519 | atomic_t inotify_devs; /* How many inotify devs does this user have opened? */ | 519 | atomic_t inotify_devs; /* How many inotify devs does this user have opened? */ |
520 | #endif | 520 | #endif |
521 | #ifdef CONFIG_POSIX_MQUEUE | ||
521 | /* protected by mq_lock */ | 522 | /* protected by mq_lock */ |
522 | unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */ | 523 | unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */ |
524 | #endif | ||
523 | unsigned long locked_shm; /* How many pages of mlocked shm ? */ | 525 | unsigned long locked_shm; /* How many pages of mlocked shm ? */ |
524 | 526 | ||
525 | #ifdef CONFIG_KEYS | 527 | #ifdef CONFIG_KEYS |