summaryrefslogtreecommitdiff
path: root/include/uapi/linux/quota.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2015-07-02 09:21:22 +0200
committerMichael S. Tsirkin <mst@redhat.com>2015-07-07 14:27:04 +0300
commitd768f32aec8c0ebb8499ffca89cfed8f5f1a4432 (patch)
tree3518c844a175fa03ec7cc9d6c0d1012d2dd3eadb /include/uapi/linux/quota.h
parent908a5544cd29ed60114ed60bded6dbe8cdd56326 (diff)
downloadlwn-d768f32aec8c0ebb8499ffca89cfed8f5f1a4432.tar.gz
lwn-d768f32aec8c0ebb8499ffca89cfed8f5f1a4432.zip
virtio: Fix typecast of pointer in vring_init()
The virtio_ring.h header is used in userspace programs (ie. QEMU), too. Here we can not assume that sizeof(pointer) is the same as sizeof(long), e.g. when compiling for Windows, so the typecast in vring_init() should be done with (uintptr_t) instead of (unsigned long). Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/uapi/linux/quota.h')
0 files changed, 0 insertions, 0 deletions