From: Jes Sorensen Date: Mon, 22 Oct 2007 00:56:22 +0000 (+1000) Subject: Use copy_to_user() not put_user for struct timespec X-Git-Tag: v2.6.24-rc1~28^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891ff65ff50bb6affdaebb2cda3a4c58a6442b4d;p=pandora-kernel.git Use copy_to_user() not put_user for struct timespec Use copy_to_user() when copying a struct timespec to the guest - put_user() cannot handle two long's in one go on a 64bit arch. Signed-off-by: Jes Sorensen Signed-off-by: Rusty Russell Cc: Jes Sorensen Cc: Al Viro --- Reading git-diff-tree failed