The Samba-Bugzilla – Attachment 12472 Details for
Bug 12045
gencache: Bail out of stabilize if we can not get the allrecord lock.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove mutex support from gencache
0001-HACK-Remove-TDB_MUTEX_LOCKING-from-gencache.tdb-for-.patch (text/plain), 840 bytes, created by
Andrew Bartlett
on 2016-09-16 19:05:49 UTC
(
hide
)
Description:
remove mutex support from gencache
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2016-09-16 19:05:49 UTC
Size:
840 bytes
patch
obsolete
>From 8ca85f1ac1916bfb8bb9c74601392d4ef347908c Mon Sep 17 00:00:00 2001 >From: Andrew Bartlett <abartlet@samba.org> >Date: Sat, 17 Sep 2016 06:24:46 +1200 >Subject: [PATCH] HACK: Remove TDB_MUTEX_LOCKING from gencache.tdb for > debugging > >--- > source3/lib/gencache.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c >index 5af6eb8..95fb4ff 100644 >--- a/source3/lib/gencache.c >+++ b/source3/lib/gencache.c >@@ -122,8 +122,7 @@ static bool gencache_init(void) > cache_notrans = tdb_wrap_open(NULL, cache_fname, 0, > TDB_CLEAR_IF_FIRST| > TDB_INCOMPATIBLE_HASH| >- TDB_NOSYNC| >- TDB_MUTEX_LOCKING, >+ TDB_NOSYNC, > open_flags, 0644); > if (cache_notrans == NULL) { > DEBUG(5, ("Opening %s failed: %s\n", cache_fname, >-- >2.7.4 >
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
Actions:
View
Attachments on
bug 12045
:
12356
|
12357
|
12364
|
12459
|
12468
|
12469
|
12470
|
12471
| 12472 |
12478
|
12479
|
12480
|
12481
|
12482
|
12483
|
12484
|
12485
|
12486
|
12487
|
12490
|
12491
|
12494
|
12499