Move the checks for null timestamps down below the VFS_NTIMES
authorJeremy Allison <jra@samba.org>
Fri, 7 Aug 2009 19:38:31 +0000 (12:38 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 7 Aug 2009 19:38:31 +0000 (12:38 -0700)
commitd296c774c5981baa863c697782dba1b6280d632e
tree5db485d7343b40143198e43a5f716ffc4f15ba0f
parentea6819ae7565c22b0d6276acebfbab472a4e4c18
Move the checks for null timestamps down below the VFS_NTIMES
layer (as it's done in onefs). This simplifies greatly the
code in smb_set_file_time() w.r.t. changenotify messages.
Jeremy.
source3/modules/vfs_default.c
source3/smbd/trans2.c