From 49782abc2f925ffcbd3148b8db851237e693d018 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Wed, 3 Sep 2014 11:03:06 +0530 Subject: glusterd: Add last successful glusterd lock backtrace Also, moved the backtrace fetching logic to a separate function. Modified the backtrace fetching logic able to work under memory pressure conditions. Change-Id: Ie38bea425a085770f41831314aeda95595177ece BUG:1145093 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.org/8794 Tested-by: Gluster Build System Reviewed-by: Atin Mukherjee Reviewed-by: Niels de Vos Reviewed-by: Vijay Bellur --- libglusterfs/src/ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/ctx.c') diff --git a/libglusterfs/src/ctx.c b/libglusterfs/src/ctx.c index f273451a74..bc704aceac 100644 --- a/libglusterfs/src/ctx.c +++ b/libglusterfs/src/ctx.c @@ -44,6 +44,7 @@ glusterfs_ctx_new () free (ctx); ctx = NULL; } + out: return ctx; } -- cgit