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)
commitaab2fe021643417854451c65e564932f4ac25f10
tree2377d1c7ea68759507f471beb1ab1d101a067552
parent3b7cee95ac741ee24b8edd36095cc30e3377a23c
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.
(This used to be commit c3c5e13f85c97939746070132dad941e79c546fb)
16 files changed:
source3/acconfig.h
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/proto.h
source3/include/smb.h
source3/lib/util.c
source3/param/loadparm.c
source3/smbd/files.c
source3/smbd/ipc.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/process.c
source3/smbd/server.c
source3/smbd/trans2.c