r21714: Change the VFS interface to use struct timespec
authorJeremy Allison <jra@samba.org>
Mon, 5 Mar 2007 23:40:03 +0000 (23:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:24 +0000 (12:18 -0500)
commit4952fe368a40b239140b3035db6075427d237bb9
tree4522aa1bd6ec5f4b627aa7fa2868297e4dcea99f
parent242927bd5cae1d2ab8739b1c424e702ab97726b5
r21714: Change the VFS interface to use struct timespec
for utimes - change the call to ntimes. This preserves
nsec timestamps we get from stat (if the system supports
it) and only maps back down to usec or sec resolution
on time set. Looks bigger than it is as I had to move
lots of internal code from using time_t and struct utimebuf
to struct timespec.
Jeremy.
(This used to be commit 8f3d530c5a748ea90f42ed8fbe68ae92178d4875)
27 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/client/client.c
source3/client/clitar.c
source3/client/smbctool.c
source3/include/smb.h
source3/include/smbprofile.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/lib/time.c
source3/modules/vfs_cap.c
source3/modules/vfs_catia.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_recycle.c
source3/profile/profile.c
source3/smbd/close.c
source3/smbd/dosmode.c
source3/smbd/fileio.c
source3/smbd/files.c
source3/smbd/nttrans.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/utils/net_status.c
source3/utils/status.c
source3/utils/status_profile.c
source3/web/statuspage.c