s3: add support for full windows timestamps resolution on files
commita209f125e49a9eb1dc02c61b7b1e4546a1714518
authorBjörn Jacke <bj@sernet.de>
Wed, 4 Nov 2009 10:15:31 +0000 (4 11:15 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:10 +0000 (26 11:40 +0100)
tree4c0bea728ec928c0fb0d07e63b347538e4740d92
parent2b8e6acfbc5bae8e1137e87f8a573011681c5739
s3: add support for full windows timestamps resolution on files

setting nanosecond timestamps using utimensat() was first supported by Linux
kernel 2.6.22 and glibc 2.6. It's specified in POSIX.1-2008.

This effectively makes us use Windows' full 100ns timestamp resolution -
actually just an improvement from 10^-6 to 10^-7.

For now Linux CIFS vfs will also just be able to make use of 100ns resolution,
not 1ns.
(cherry picked from commit fedf1a052e3e59197c7e18ae0094b5920c6bfc9c)
source3/configure.in
source3/modules/vfs_default.c