This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> smblctx...
authorJeremy Allison <jra@samba.org>
Fri, 7 May 2010 13:20:50 +0000 (06:20 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 7 May 2010 13:20:50 +0000 (06:20 -0700)
commitadf4833792f36653bc8a854aeff47598a046dad6
tree5b7855392d7204218df45563e09486957a3f6d9e
parent6fd4861d9def34c4dccce214c78bfbcc0fa291fd
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> smblctx in our locking code. 2). Widens smblctx to 64-bits internally. Preparing to use the SMB2 handle as the locking context.

Jeremy.
source3/include/locking.h
source3/include/proto.h
source3/locking/brlock.c
source3/locking/locking.c
source3/smbd/aio.c
source3/smbd/blocking.c
source3/smbd/globals.h
source3/smbd/reply.c
source3/smbd/smb2_lock.c
source3/smbd/trans2.c