s3:smbd/durable: trigger pending write_time updates before disconnecting the file
authorStefan Metzmacher <metze@samba.org>
Fri, 19 Oct 2012 08:54:27 +0000 (10:54 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 19 Oct 2012 13:09:58 +0000 (15:09 +0200)
commit9e7bce53707732700928eaf2bb53a5f1cc5d7784
tree0600b59ba254a461538f50ae608e5175948daef5
parent81d0b8aebf8e7dee73907fabf408f0b2c3145207
s3:smbd/durable: trigger pending write_time updates before disconnecting the file

We need to call the pending write time update handler immediately.
Which means we don't wait exactly 2 seconds before updating the write time
after the first write.

metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/durable.c