Fix bug #8175 - smbd deadlock.
authorJeremy Allison <jra@samba.org>
Wed, 1 Jun 2011 19:11:53 +0000 (12:11 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 1 Jun 2011 19:11:53 +0000 (12:11 -0700)
commit5a2b5b6cfed74e0e9c2965525995f64cdad7b7c9
treee77f287028280042b71449abe9454288f08e0037
parent234a4fb1b3b36cec43ab703dd3b85799a1fcdf9f
Fix bug #8175 - smbd deadlock.

Force the open operation (which is the expensive one anyway) to
acquire and release locks in a way compatible with the more common
do_lock check.

Jeremy.
source3/smbd/open.c