First cut at kernel oplocks. This should have no effect unless runnin
authorJeremy Allison <jra@samba.org>
Wed, 23 Sep 1998 01:48:45 +0000 (01:48 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 23 Sep 1998 01:48:45 +0000 (01:48 +0000)
commitc3c5e13f85c97939746070132dad941e79c546fb
tree60e58ab8689187e33a09d36ab0d5dc851e1a196d
parent24b8a757ae2899d54dd2b2f091a3c0de6de84dbb
First cut at kernel oplocks. This should have no effect unless runnin
on a machine that supports them in autoconf.

Move various functions out of lib/util.c into smbd/process.c
and smbd/oplock.c where they belong.

Jeremy.
16 files changed:
source/acconfig.h
source/configure
source/configure.in
source/include/config.h.in
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/param/loadparm.c
source/smbd/files.c
source/smbd/ipc.c
source/smbd/nttrans.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/process.c
source/smbd/server.c
source/smbd/trans2.c