commit | 891ff65ff50bb6affdaebb2cda3a4c58a6442b4d | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Mon Oct 22 10:56:22 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Oct 23 15:49:48 2007 +1000 |
tree | 737603293be49ce612e05fa49ec00a75e1b501a1 | |
parent | babed5c00225f109d6ebea368ad2deea2abcce32 [diff] |
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 <jes@sgi.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Jes Sorensen <jes@sgi.com> Cc: Al Viro <viro@ftp.linux.org.uk>