OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 1997 23:32:22 +0000 (23:32 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 1 Oct 1997 23:32:22 +0000 (23:32 +0000)
commit4c83d37239f15f855fc10f01d7b4bf4217fb9eda
tree66396052a8d9107a58e1662ce9ce3df36eb47c41
parent6dbe5ad80ff368efdd81ec92d71d7567595157f1
OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!
Yipeee. At least as far as I can check in a short time :-).

local.h: Changed OPLOCK_BREAK_TIMEOUT to 30 seconds.
locking.c: Big changes to delete oplocks on a share mode entry.
proto.h: updated.
reply.c: Added oplock break code in lockingX reply & readbraw reply.
server.c: Add batch oplock code. Force server shutdown if client fails
          to respond to oplock break.
smb.h: Fix silly slow share mode oplock define bug.
status.c: Add oplock status info.

Jeremy (jallison@whistle.com)
source/include/local.h
source/include/proto.h
source/include/smb.h
source/locking/locking.c
source/smbd/reply.c
source/smbd/server.c
source/utils/status.c