Fix the logic bug that caused us to run into kernel oplocks on an open for a stream...
commitf268d75f5ed1258b08c5571780ea3be6724daed4
authorJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:20:55 +0000 (21 18:20 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:20:55 +0000 (21 18:20 -0800)
tree5cbb62c39f78ab47f137e11388b498864e8b02fb
parenta56572994ee1de318172321e301be1ec4c1b6a8f
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.
source/modules/vfs_streams_xattr.c
source/smbd/open.c