ANDROID: sched: Add ANDROID_OEM_DATA_ARRAY in user_struct.
add ANDROID_OEM_DATA_ARRAY for implement of oem gki. Bug: 183674818 Signed-off-by: lijianzhong <lijianzhong@xiaomi.com> Change-Id: I418293391bc62a68207eae51a79bd45a7f6cd2ed
This commit is contained in:
parent
54f66141a8
commit
77e791866b
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ struct user_struct {
|
|||
|
||||
/* Miscellaneous per-user rate limit */
|
||||
struct ratelimit_state ratelimit;
|
||||
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||
};
|
||||
|
||||
extern int uids_sysfs_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue