Fix the logic bug that caused us to run into kernel oplocks on an open for a stream...
commit9eb26a9c63e5b184a15d1d6e7f9f1ecb3728cb15
authorJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:20:55 +0000 (21 18:20 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 26 Nov 2008 09:13:43 +0000 (26 10:13 +0100)
tree814aed38b90a452aed4bb34105ccfc0f7acf041d
parent8bb9a2f81905a78da63f8fb7969c59be11739c54
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 f268d75f5ed1258b08c5571780ea3be6724daed4)
source/modules/vfs_streams_xattr.c
source/smbd/open.c