Fix the logic bug that caused us to run into kernel oplocks on an open for a stream...
commitc7cf630c8f0b19d8fa9fb6405c65585192db81e4
authorJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:19:13 +0000 (21 18:19 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Dec 2008 10:39:16 +0000 (9 11:39 +0100)
treeca6ef617da30ea70e88e1488a1dd0ae7f2e0ce31
parenta80a87be488b2792dc4cf646378c69deb2d3fd83
Fix the logic bug that caused us to run into kernel oplocks on an open for a stream inside a file with stream_xattr module. On opening the base_fsp we must break existing oplocks.
Jeremy.
(cherry picked from commit c76e4791d3ae4f180fba209c29bd3774c00858cf)
source/modules/vfs_streams_xattr.c
source/smbd/open.c