git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e4e43
)
cred: use 'const' in get_current_{user,groups}
author
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 8 Aug 2011 18:33:23 +0000
(11:33 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 8 Aug 2011 18:33:23 +0000
(11:33 -0700)
Avoid annoying warnings from these functions ("discards qualifiers")
because they assign 'current_cred()' to a non-const pointer.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found