]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: do not export "u16" and "u64" to userspace
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 1 Apr 2013 23:29:17 +0000 (09:59 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 2 Apr 2013 06:12:58 +0000 (16:42 +1030)
commit4c18a8f4ccc5d5fccaf72c36e3fef437071a63cd
tree9c348bad9d7625323f3fd335aee10f77a7667bf9
parent60388421b02554b4583e7add29af82b343db1db1
virtio: do not export "u16" and "u64" to userspace

virtio_balloon.h exports "u16" and "u64" to userspace. Use "__u16" and
"__u64" instead.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/uapi/linux/virtio_balloon.h