Revision 347e0899b1c75d907f01ac883ca38d37fe9bfa42 authored by Andy King on 07 March 2013, 15:29:08 UTC, committed by Greg Kroah-Hartman on 15 March 2013, 19:58:12 UTC
When sending between processes, we always schedule a work item.  Our work info
struct has the message embedded in the middle, which means that we end up
overwriting subsequent fields when we copy the (variable-length) message into
it.  Move it to the end of the struct.

Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Andy King <acking@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 61ec7e7
History
File Mode Size
cache-policies.txt -rw-r--r-- 2.9 KB
cache.txt -rw-r--r-- 9.1 KB
delay.txt -rw-r--r-- 694 bytes
dm-crypt.txt -rw-r--r-- 2.5 KB
dm-flakey.txt -rw-r--r-- 1.9 KB
dm-io.txt -rw-r--r-- 3.2 KB
dm-log.txt -rw-r--r-- 2.3 KB
dm-queue-length.txt -rw-r--r-- 1.2 KB
dm-raid.txt -rw-r--r-- 7.1 KB
dm-service-time.txt -rw-r--r-- 3.2 KB
dm-uevent.txt -rw-r--r-- 2.6 KB
kcopyd.txt -rw-r--r-- 1.9 KB
linear.txt -rw-r--r-- 1.4 KB
persistent-data.txt -rw-r--r-- 2.9 KB
snapshot.txt -rw-r--r-- 6.4 KB
striped.txt -rw-r--r-- 1.8 KB
thin-provisioning.txt -rw-r--r-- 12.1 KB
verity.txt -rw-r--r-- 5.8 KB
zero.txt -rw-r--r-- 1.6 KB

back to top