Fix bug #8175 - smbd deadlock.
commitf8e1eea238a332ce503c40108d59862b32f83fee
authorJeremy Allison <jra@samba.org>
Wed, 1 Jun 2011 19:11:53 +0000 (1 12:11 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 7 Jun 2011 11:09:21 +0000 (7 13:09 +0200)
treeb1affbfb4c273b920a89d152df5e28e7352e0225
parent6df3ff20620b3262ff232a478312c61a207ed4ff
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