summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/hyperv.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan2014-09-03 04:21:47 +0200
committerGreg Kroah-Hartman2014-09-24 08:31:21 +0200
commitbc5a5b02331a3175a5fca20a4beba249e573b672 (patch)
treea8b8a05fb128e9cefaf77742e446375d83f5c8cd /include/uapi/linux/hyperv.h
parentDrivers: hv: vmbus: Properly protect calls to smp_processor_id() (diff)
downloadkernel-qcow2-linux-bc5a5b02331a3175a5fca20a4beba249e573b672.tar.gz
kernel-qcow2-linux-bc5a5b02331a3175a5fca20a4beba249e573b672.tar.xz
kernel-qcow2-linux-bc5a5b02331a3175a5fca20a4beba249e573b672.zip
Drivers: hv: util: Properly pack the data for file copy functionality
Properly pack the data for file copy functionality. Patch based on investigation done by Matej Muzila <mmuzila@redhat.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reported-by: <qge@redhat.com> Cc: <stable@vger.kernel.org> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux/hyperv.h')
-rw-r--r--include/uapi/linux/hyperv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h
index 78e4a86030dd..0a8e6badb29b 100644
--- a/include/uapi/linux/hyperv.h
+++ b/include/uapi/linux/hyperv.h
@@ -137,7 +137,7 @@ struct hv_do_fcopy {
__u64 offset;
__u32 size;
__u8 data[DATA_FRAGMENT];
-};
+} __attribute__((packed));
/*
* An implementation of HyperV key value pair (KVP) functionality for Linux.