locking: store the write time in the locking.tdb
commit6aaa2ce0eeb46f6735ec984a2e7aadde7a7f456d
authorStefan Metzmacher <metze@samba.org>
Wed, 12 Mar 2008 14:32:47 +0000 (12 15:32 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 7 Apr 2008 10:29:25 +0000 (7 12:29 +0200)
treef8e007c607de4150cd1465f9f93377fb427bbf30
parent8b2d9ee8c54ed84f83fdecf04e656dd66b622abb
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
source/include/smb.h
source/locking/locking.c
source/smbd/close.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/reply.c
source/smbd/trans2.c