From: Linus Torvalds Date: Mon, 8 Aug 2011 18:33:23 +0000 (-0700) Subject: cred: use 'const' in get_current_{user,groups} X-Git-Tag: v3.1-rc2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638a8439096c582bdb523fcea9d875d3e1fed38a;p=pandora-kernel.git cred: use 'const' in get_current_{user,groups} Avoid annoying warnings from these functions ("discards qualifiers") because they assign 'current_cred()' to a non-const pointer. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed