From: David Howells Date: Mon, 8 Aug 2011 14:54:53 +0000 (+0100) Subject: CRED: Restore const to current_cred() X-Git-Tag: v3.1-rc2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e4e4362756a78b15e83ef104c8bbe257f40f90;p=pandora-kernel.git CRED: Restore const to current_cred() Commit 3295514841c2 ("fix rcu annotations noise in cred.h") accidentally dropped the const of current->cred inside current_cred() by the insertion of a cast to deal with an RCU annotation loss warning from sparce. Use an appropriate RCU wrapper instead so as not to lose the const. Signed-off-by: David Howells Reviewed-by: Paul E. McKenney cc: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed