From: Heiko Carstens Date: Sat, 7 Sep 2013 08:19:55 +0000 (+0200) Subject: s390/compat,uid16: use current_cred() X-Git-Tag: v3.12-rc1~56^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec7f4aec4d459ef443151ecc875bfbb3a2788f8;p=pandora-kernel.git s390/compat,uid16: use current_cred() 86a264ab "CRED: Wrap current->cred and a few other accessors" converted all uses of current->cred into current_cred() but left s390 alone. So let's convert s390 finally as well, only five years later. This way we also get rid of a sparse warning which complains about a possible invalid rcu dereference which however is a false positive. Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed