diff options
| author | Mark Brown <broonie@kernel.org> | 2020-08-25 11:01:24 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2020-08-25 11:01:24 +0100 |
| commit | afa86a047edef28004fb3d2a47d3d90309a830a5 (patch) | |
| tree | 3c8c4df30900289e41de18db69e732535d1122e4 /include/linux/sched/user.h | |
| parent | aafdeba5cbc14cecee3797e669473b70a2b3e81e (diff) | |
| parent | d012a7190fc1fd72ed48911e77ca97ba4521bccd (diff) | |
Merge tag 'v5.9-rc2' into asoc-5.10
Linux 5.9-rc2
Diffstat (limited to 'include/linux/sched/user.h')
| -rw-r--r-- | include/linux/sched/user.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched/user.h b/include/linux/sched/user.h index 917d88edb7b9..a8ec3b6093fc 100644 --- a/include/linux/sched/user.h +++ b/include/linux/sched/user.h @@ -36,6 +36,9 @@ struct user_struct { defined(CONFIG_NET) || defined(CONFIG_IO_URING) atomic_long_t locked_vm; #endif +#ifdef CONFIG_WATCH_QUEUE + atomic_t nr_watches; /* The number of watches this user currently has */ +#endif /* Miscellaneous per-user rate limit */ struct ratelimit_state ratelimit; |
