vt: Fix use of "new" in a struct field
authorAlan Cox <alan@linux.intel.com>
Thu, 19 Nov 2009 13:30:36 +0000 (13:30 +0000)
committerLinus 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