Linux kernel oplocks now seem to work, but need a _lot_ of testing
authorAndrew Tridgell <tridge@samba.org>
Sun, 11 Jun 2000 05:57:58 +0000 (05:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 11 Jun 2000 05:57:58 +0000 (05:57 +0000)
commitb28cc4163bc2faaa80c5782fc02c8f03c410cdeb
tree58a5eda9a58f43d9f6bad4f7037ee852f69bf00e
parent1871d4a3f64401f9a6f749ce26d1715e3bcdeac3
Linux kernel oplocks now seem to work, but need a _lot_ of testing

I had to modify sys_select() to not loop on EINTR. I added a wrapper
called sys_select_intr() which gives the old behaviour.
16 files changed:
source/client/client.c
source/include/includes.h
source/include/proto.h
source/lib/system.c
source/lib/util.c
source/lib/util_sock.c
source/libsmb/nmblib.c
source/nmbd/nmbd_packets.c
source/param/loadparm.c
source/rpcclient/rpcclient.c
source/smbd/oplock.c
source/smbd/oplock_irix.c
source/smbd/oplock_linux.c
source/smbd/process.c
source/smbd/server.c
source/utils/smbfilter.c