unix: properly account for FDs passed over unix sockets
[pandora-kernel.git] / include / linux / sched.h
index 9b9ac29..2bffa8a 100644 (file)
@@ -709,6 +709,7 @@ struct user_struct {
        unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */
 #endif
        unsigned long locked_shm; /* How many pages of mlocked shm ? */
+       unsigned long unix_inflight;    /* How many files in flight in unix sockets */
 
 #ifdef CONFIG_KEYS
        struct key *uid_keyring;        /* UID specific keyring */