X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=include%2Flinux%2Fsched.h;h=7d5ffda71119b664757cea2d117c1790ea70bdb6;hp=60ef26993598e0f5ba7aed20aa20264144de1539;hb=b9e7bc93d665a989f62f385d6982dd8d92c0e7dd;hpb=a8732f92e31108edc13ca4d4d05b7a7e24f1cd7d diff --git a/include/linux/sched.h b/include/linux/sched.h index 60ef26993598..7d5ffda71119 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -674,6 +674,7 @@ struct user_struct { #endif unsigned long locked_shm; /* How many pages of mlocked shm ? */ unsigned long unix_inflight; /* How many files in flight in unix sockets */ + atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */ #ifdef CONFIG_KEYS struct key *uid_keyring; /* UID specific keyring */