locking.c: Added lock type to is_locked() and do_lock()
authorJeremy Allison <jra@samba.org>
Thu, 23 Jul 1998 00:10:26 +0000 (00:10 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 23 Jul 1998 00:10:26 +0000 (00:10 +0000)
commit80080abf772a470d5f0f4dcd4a75fb2a09a9fb2a
treedd197ee463609e0b50781d838be5adc53b708f9b
parent339b10222269d71c7a493cc08b7b1bfd35fd55fc
locking.c: Added lock type to is_locked() and do_lock()
           as the code in reply_lockingX wasn't taking account of
           the difference between read and write locks ! How did this
           ever work :-) !
reply.c:
server.c: Add lock type to is_locked() and do_lock().
util.c: Also added code from klausr@ITAP.Physik.Uni-Stuttgart.De
        to fix problem with log files growing too large if an
        smbd writes less than 100 debug messages.
Jeremy.
source/include/proto.h
source/lib/util.c
source/locking/locking.c
source/smbd/nttrans.c
source/smbd/reply.c
source/smbd/server.c