Fix the logic bug that caused us to run into kernel oplocks on an open for a stream...
authorJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:19:13 +0000 (18:19 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:19:13 +0000 (18:19 -0800)
commitc76e4791d3ae4f180fba209c29bd3774c00858cf
treea9902068fcec9dad9822261f5fe23bed1501f5f9
parent89d6bd5bc5398fbec6fbfb797ea6f10ad036c205
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