From: David Howells Date: Tue, 2 Sep 2008 01:03:14 +0000 (+1000) Subject: drm/cred: wrap task credential accesses in the drm driver. X-Git-Tag: v2.6.28-rc1~255^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df68b439fcb97a4c55f81516206ef4ee325e28d;p=pandora-kernel.git drm/cred: wrap task credential accesses in the drm driver. Wrap access to task credentials so that they can be separated more easily from the task_struct during the introduction of COW creds. Change most current->(|e|s|fs)[ug]id to current_(|e|s|fs)[ug]id(). Change some task->e?[ug]id to task_e?[ug]id(). In some places it makes more sense to use RCU directly rather than a convenient wrapper; these will be addressed by later patches. Signed-off-by: David Howells Reviewed-by: James Morris Acked-by: Serge Hallyn Signed-off-by: David Airlie --- Reading git-diff-tree failed