From: Jeremy Allison Date: Fri, 2 Mar 2007 23:06:53 +0000 (+0000) Subject: r21667: posix_unlink should break existing oplocks. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~1004 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a90d5dd4f396e5ba207efabc6d852fe4b418310;p=thirdparty%2Fsamba.git r21667: posix_unlink should break existing oplocks. Jeremy. --- diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index 1908f567935..86e5f56fe2e 100644 --- a/source/smbd/trans2.c +++ b/source/smbd/trans2.c @@ -5209,7 +5209,7 @@ static NTSTATUS smb_posix_unlink(connection_struct *conn, FILE_OPEN, 0, FILE_FLAG_POSIX_SEMANTICS|0777, - INTERNAL_OPEN_ONLY, + 0, /* No oplock, but break existing ones. */ &info, &fsp); /*