s3: add support for full windows timestamps resolution on files
authorBjörn Jacke <bj@sernet.de>
Wed, 4 Nov 2009 10:15:31 +0000 (11:15 +0100)
committerBjörn Jacke <bj@sernet.de>
Wed, 4 Nov 2009 14:54:51 +0000 (15:54 +0100)
commit51cb96271b4f9a4bd37b44bdb6042913b60ba3c1
tree9562c23809d9b6733b1bd1f893b728261a1142d6
parentb8ecf39d9f6f75a31f3eeee9ceca2e20001bbf42
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.
source3/configure.in
source3/modules/vfs_default.c