ANDROID: uid_sys_stats: fix access of task_uid(task)
authorGanesh Mahendran <opensource.ganesh@gmail.com>
Tue, 25 Apr 2017 10:07:43 +0000 (18:07 +0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 1 May 2017 10:00:00 +0000 (15:30 +0530)
commit5fac43b0f151ac03417229eeb1c1ed517cab7569
treebfb140c8d06fe0951dd5adb77c589410ba189e1e
parentd69a900de346b6da958ceb3711d3becd55a7ae71
ANDROID: uid_sys_stats: fix access of task_uid(task)

struct task_struct *task should be proteced by tasklist_lock.

Change-Id: Iefcd13442a9b9d855a2bbcde9fd838a4132fee58
Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
drivers/misc/uid_sys_stats.c