Re: [Nfs-ganesha-devel] Subject: [PATCH] Call destroy on mutexes and condition variables

2015-10-17 Thread Matt Benjamin
ok (PR?) -- Matt Benjamin Red Hat, Inc. 315 West Huron Street, Suite 140A Ann Arbor, Michigan 48103 http://www.redhat.com/en/technologies/storage tel. 734-707-0660 fax. 734-769-8938 cel. 734-216-5309 - Original Message - > From: "Malahal Naineni" > To: nfs-ganesha-devel@lists.sour

Re: [Nfs-ganesha-devel] [PATCH] Avoid reinitializing svc_rqst_set.mtx

2015-10-17 Thread Matt Benjamin
This looks suspicious--if we are reinitializing mtx--are we also the rbtx? Is there a problem instead with the double-lock init here? Matt -- Matt Benjamin Red Hat, Inc. 315 West Huron Street, Suite 140A Ann Arbor, Michigan 48103 http://www.redhat.com/en/technologies/storage tel. 734-707-06

[Nfs-ganesha-devel] Subject: [PATCH] Call destroy on mutexes and condition variables

2015-10-17 Thread Malahal Naineni
>From 510492a32b6427d265b812b3923de5910d96d310 Mon Sep 17 00:00:00 2001 From: Malahal Naineni Date: Sat, 17 Oct 2015 08:29:26 -0500 Subject: [PATCH] Call destroy on mutexes and condition variables We should destroy them before freeing the memory. Supresses valgrind errors. --- src/clnt_vc.c | 3

[Nfs-ganesha-devel] [PATCH] Avoid reinitializing svc_rqst_set.mtx

2015-10-17 Thread Malahal Naineni
>From e087e9337fa34592c05376bd947f0b430f175e4c Mon Sep 17 00:00:00 2001 From: Malahal Naineni Date: Sat, 17 Oct 2015 08:06:47 -0500 Subject: [PATCH] Avoid reinitializing svc_rqst_set.mtx Signed-off-by: Malahal Naineni --- src/svc_rqst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/svc