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:20:38 +0000 (18:20 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 22 Nov 2008 02:20:38 +0000 (18:20 -0800)
commit83ff6979f504d50caf725ee62549604630b69be7
tree4d3cbfdff6de10a620cbe76ab51908c6d118adb9
parentdcc4661d4ab55526444f742a2f9634ec14832054
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.
source3/modules/vfs_streams_xattr.c
source3/smbd/open.c