From: John Stultz Date: Wed, 23 Jul 2014 21:35:39 +0000 (-0700) Subject: timekeeping: Minor fixup for timespec64->timespec assignment X-Git-Tag: cleanup-for-v3.18~111^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2dff1ec0cc81fcf3e0696604bacc3e1c816538c;p=pandora-kernel.git timekeeping: Minor fixup for timespec64->timespec assignment In the GENERIC_TIME_VSYSCALL_OLD update_vsyscall implementation, we take the tk_xtime() value, which returns a timespec64, and store it in a timespec. This luckily is ok, since the only architectures that use GENERIC_TIME_VSYSCALL_OLD are ia64 and ppc64, which are both 64 bit systems where timespec64 is the same as a timespec. Even so, for cleanliness reasons, use the conversion function to assign the proper type. Signed-off-by: John Stultz --- Reading git-diff-tree failed