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:
5854d9c
)
vt: Fix use of "new" in a struct field
author
Alan Cox
<alan@linux.intel.com>
Thu, 19 Nov 2009 13:30:36 +0000
(13:30 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 19 Nov 2009 21:43:06 +0000
(13:43 -0800)
As this struct is exposed to user space and the API was added for this
release it's a bit of a pain for the C++ world and we still have time to
fix it. Rename the fields before we end up with that pain in an actual
release.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Reported-by: Olivier Goffart
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found