Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all locks
commit9f9873c0aaee4e64ead5a60a76174d2f9c1406f0
authorJeremy Allison <jra@samba.org>
Sat, 16 Jul 2011 04:36:13 +0000 (15 21:36 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Jul 2011 19:54:30 +0000 (26 21:54 +0200)
treefd27052ffdf0a37351d86bcb119a99d887a4e5a9
parentbca5caadbda9fc590c44f9a6acc109e6d5ddc746
Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all locks

Reported by herb@samba.org. Remove the (premature) optimization
on file close.
(cherry picked from commit c5b272a05c4bd9d7f70c14fe307b8da46b9e607e)
source3/locking/brlock.c