Re: [Nfs-ganesha-devel] [PATCH] Fix usage of unintialized variable.

2016-06-30 Thread Matt Benjamin
(to be fair, the check for null(t) does look like not what I intended--since I think if used correctly, t==ct, which we just computed; I think maybe I intended to trust it if provided a value for t) Matt - Original Message - > From: "Matt Benjamin" > To: "Malahal Naineni" > Cc: nfs-g

Re: [Nfs-ganesha-devel] [PATCH] Fix usage of unintialized variable.

2016-06-30 Thread Matt Benjamin
Hi Malahal, I do not think this is correct. t is an argument to the function, just like xt Matt - Original Message - > From: "Malahal Naineni" > To: nfs-ganesha-devel@lists.sourceforge.net > Sent: Thursday, June 30, 2016 8:38:36 PM > Subject: [Nfs-ganesha-devel] [PATCH] Fix usage of un

[Nfs-ganesha-devel] [PATCH] Fix usage of unintialized variable.

2016-06-30 Thread Malahal Naineni
Signed-off-by: Malahal Naineni --- ntirpc/misc/rbtree_x.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ntirpc/misc/rbtree_x.h b/ntirpc/misc/rbtree_x.h index 49c742f..a41fb30 100644 --- a/ntirpc/misc/rbtree_x.h +++ b/ntirpc/misc/rbtree_x.h @@ -92,9 +92,7 @@ static inline

[Nfs-ganesha-devel] Change in ffilz/nfs-ganesha[next]: Release export ref for probe_exp if duplicate Path but uniqu...

2016-06-30 Thread GerritHub
>From Frank Filz : Frank Filz has uploaded a new change for review. https://review.gerrithub.io/282486 Change subject: Release export ref for probe_exp if duplicate Path but unique Tag or Pseudo .. Release export ref for pro