The Samba-Bugzilla – Attachment 12118 Details for
Bug 11844
With clustering get update_num_read_oplocks failed and PANIC: num_share_modes == 1 assertion failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.4.next, 4.3.next.
0001-smbd-Fix-an-assert.patch (text/plain), 1003 bytes, created by
Jeremy Allison
on 2016-05-19 17:06:49 UTC
(
hide
)
Description:
git-am fix for 4.4.next, 4.3.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2016-05-19 17:06:49 UTC
Size:
1003 bytes
patch
obsolete
>From 201431bb01c78e0856a4016c861a04a8fdafaa42 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Wed, 20 Apr 2016 13:13:38 +0200 >Subject: [PATCH] smbd: Fix an assert > >This might stumble over stale entries > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=11844 >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Jeremy Allison <jra@samba.org> >(cherry picked from commit a5d49b7ce1cfbf8491bc3d29c1ae5b0960b5fe01) >--- > source3/smbd/oplock.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c >index 4f108d9..4ce3a1d 100644 >--- a/source3/smbd/oplock.c >+++ b/source3/smbd/oplock.c >@@ -190,6 +190,7 @@ bool update_num_read_oplocks(files_struct *fsp, struct share_mode_lock *lck) > /* > * If we're the only one, we don't need a brlock entry > */ >+ remove_stale_share_mode_entries(d); > SMB_ASSERT(d->num_share_modes == 1); > SMB_ASSERT(EXCLUSIVE_OPLOCK_TYPE(d->share_modes[0].op_type)); > return true; >-- >2.8.0.rc3.226.g39d4020 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
vl
:
review+
Actions:
View
Attachments on
bug 11844
:
12010
|
12042
|
12046
| 12118