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:
374b105
)
IB/core: const'ify inbuf in struct ib_udata
author
Yann Droneaud
<ydroneaud@opteya.com>
Wed, 11 Dec 2013 22:01:44 +0000
(23:01 +0100)
committer
Roland Dreier
<roland@purestorage.com>
Mon, 16 Dec 2013 18:38:28 +0000
(10:38 -0800)
Userspace input buffer is not modified by kernel, so it can be 'const'.
This is also a prerequisite to remove the implicit cast
from INIT_UDATA().
Link:
http://marc.info/?i=cover.1386798254.git.ydroneaud@opteya.com>
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
No differences found