Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
authorJeremy Allison <jra@samba.org>
Mon, 24 Aug 2009 19:30:05 +0000 (12:30 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 24 Aug 2009 19:30:05 +0000 (12:30 -0700)
commit87d30a1968af66619dfd60f9bc7accde2ac22345
treea9a0c9abf074e997cbceae34f121fa4a6adb1d61
parente829ca560d20e02f34831680a12f3163aee76665
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
ext4 may be able to store ns timestamps, but the only API to *set* timestamps
takes usec, not nsec. Round to usec on set requests.
Jeremy.
source3/include/proto.h
source3/lib/time.c
source3/smbd/trans2.c