[PATCH] s3: enable mutexes for gencache_notrans.tdb

Jeremy Allison jra at samba.org
Fri Jun 6 11:34:45 MDT 2014


On Thu, Jun 05, 2014 at 02:29:16PM -0700, Christof Schmitt wrote:
> >From a44f66d5eee6512fd77b7ec670d28be5578b4542 Mon Sep 17 00:00:00 2001
> From: Peter Somogyi <psomogyi at hu.ibm.com>
> Date: Tue, 18 Feb 2014 13:32:24 +0100
> Subject: [PATCH] s3: enable mutexes for gencache_notrans.tdb
> 
> Signed-off-by: Peter Somogyi <psomogyi at hu.ibm.com>
> Reviewed-by: Christof Schmitt <cs at samba.org>
> ---
>  source3/lib/gencache.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c
> index 0fb1fd8..f1b423a 100644
> --- a/source3/lib/gencache.c
> +++ b/source3/lib/gencache.c
> @@ -114,6 +114,7 @@ static bool gencache_init(void)
>  	cache_notrans = tdb_open_log(cache_fname, 0,
>  				     TDB_CLEAR_IF_FIRST|
>  				     TDB_INCOMPATIBLE_HASH|
> +				     TDB_MUTEX_LOCKING|
>  				     TDB_SEQNUM|
>  				     TDB_NOSYNC,
>  				     open_flags, 0644);
> -- 
> 1.7.1

LGTM. Pushed !


More information about the samba-technical mailing list