[SCM] Samba Website Repository - branch master updated

Karolin Seeger kseeger at samba.org
Thu Oct 7 09:57:46 MDT 2010


The branch, master has been updated
       via  cc9a9b0 Add patch for bug #7715 for Samba 3.3.14.
      from  d3a5a15 regenerate news

http://gitweb.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit cc9a9b0ec54d85bb834113cc5b63f93035073a21
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Oct 7 17:58:31 2010 +0200

    Add patch for bug #7715 for Samba 3.3.14.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 patches/index.html                                 |   14 +++++++++++
 patches/patches                                    |    2 +-
 ...ing-the-write-cache-after-an-oplock-break.patch |   24 ++++++++++++++++++++
 patches/patches-3.3.14/series                      |    1 +
 patches/series                                     |    2 +-
 5 files changed, 41 insertions(+), 2 deletions(-)
 create mode 100644 patches/patches-3.3.14/0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch
 create mode 100644 patches/patches-3.3.14/series


Changeset truncated at 500 lines:

diff --git a/patches/index.html b/patches/index.html
index 199f00c..b19c9cb 100755
--- a/patches/index.html
+++ b/patches/index.html
@@ -71,6 +71,20 @@ $ cd source
   </tr>
   </tbody>
 </table>
+<table class="real">
+  <thead>
+    <tr><th colspan="2"><b>Samba 3.3.14</b></th></tr>
+  </thead>
+  <tbody>
+  <tr>
+    <td><em>Patch</em></td><td><em>Description</em></td>
+  </tr>
+  <tr>
+    <td><a href="/samba/patches/patches-3.3.14/0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch">BUG 7715</a></td>
+    <td></td>
+  </tr>
+  </tbody>
+</table>
 
 <p>&nbsp;</p>
 
diff --git a/patches/patches b/patches/patches
index 14eb1ab..7ba4428 120000
--- a/patches/patches
+++ b/patches/patches
@@ -1 +1 @@
-patches-3.2.15
\ No newline at end of file
+patches-3.3.14
\ No newline at end of file
diff --git a/patches/patches-3.3.14/0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch b/patches/patches-3.3.14/0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch
new file mode 100644
index 0000000..c1fc0c2
--- /dev/null
+++ b/patches/patches-3.3.14/0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch
@@ -0,0 +1,24 @@
+From adba466498a1dc6e0cda158f98b501bba7b6736b Mon Sep 17 00:00:00 2001
+From: Volker Lendecke <vl at samba.org>
+Date: Sat, 2 Oct 2010 17:07:00 +0200
+Subject: [PATCH] s3: Stop using the write cache after an oplock break
+
+---
+ source3/smbd/oplock.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c
+index cdb6093..ff5f6ad 100644
+--- a/source3/smbd/oplock.c
++++ b/source3/smbd/oplock.c
+@@ -118,6 +118,7 @@ void release_file_oplock(files_struct *fsp)
+ 	fsp->sent_oplock_break = NO_BREAK_SENT;
+ 
+ 	flush_write_cache(fsp, OPLOCK_RELEASE_FLUSH);
++	delete_write_cache(fsp);
+ 
+ 	TALLOC_FREE(fsp->oplock_timeout);
+ }
+-- 
+1.7.0.4
+
diff --git a/patches/patches-3.3.14/series b/patches/patches-3.3.14/series
new file mode 100644
index 0000000..404472c
--- /dev/null
+++ b/patches/patches-3.3.14/series
@@ -0,0 +1 @@
+0001-s3-Stop-using-the-write-cache-after-an-oplock-break.patch
diff --git a/patches/series b/patches/series
index 470f628..3513e95 120000
--- a/patches/series
+++ b/patches/series
@@ -1 +1 @@
-patches-3.2.15/series
\ No newline at end of file
+patches-3.3.14/series
\ No newline at end of file


-- 
Samba Website Repository


More information about the samba-cvs mailing list