locking: store the write time in the locking.tdb
authorStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2008 14:32:47 +0000 (15:32 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 7 Apr 2008 10:29:25 +0000 (12:29 +0200)
commit2ccf50256e31bd7b9da0f7a7c223bebca5bca062
treecce0d5430e82941b8195e6952fd2704241f4ddfa
parent4f715d110279098bb62cb3f5b0831f1a8868068a
locking: store the write time in the locking.tdb

This is needed to implement the strange write time update
logic later. We need to store 2 time timestamps to
distinguish between the time the file system had before
the first client opened the file and a forced timestamp update.

metze
(This used to be commit 6aaa2ce0eeb46f6735ec984a2e7aadde7a7f456d)
source3/include/smb.h
source3/locking/locking.c
source3/smbd/close.c
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/reply.c
source3/smbd/trans2.c