s3: VFS: Add bool use_ofd_locks member to struct files_struct.
authorJeremy Allison <jra@samba.org>
Thu, 12 May 2016 19:03:57 +0000 (21:03 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 20 May 2016 23:28:28 +0000 (01:28 +0200)
commitda9b7056fcd6f68795db3a28564fca8bd8eb8605
tree1e8fad6d58587f1e1434a25181664ada8450897a
parentbb93b24b18f02507f7a8714bb7a79b2a763aaa1a
s3: VFS: Add bool use_ofd_locks member to struct files_struct.

Not yet used. We will set this if we translate a process-associated
lock operation to a open file description lock operation.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Jeff Layton <jlayton@samba.org>
source3/include/vfs.h
source3/locking/posix.c