From: Eric Paris Date: Mon, 11 May 2009 17:59:10 +0000 (-0400) Subject: IMA: use current_cred() instead of current->cred X-Git-Tag: v2.6.31-rc1~395^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37bcbf13d32e4e453e9def79ee72bd953b88302f;p=pandora-kernel.git IMA: use current_cred() instead of current->cred Proper invocation of the current credentials is to use current_cred() not current->cred. This patches makes IMA use the new method. Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed