From c89a065af2adc11d5aca3a4500d2e8c1ea02ed28 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Mon, 9 Jan 2017 09:55:26 +0530 Subject: readdir-ahead : Perform STACK_UNWIND outside of mutex locks Currently STACK_UNWIND is performnd within ctx->lock. If readdir-ahead is loaded as a child of dht, then there can be scenarios where the function calling STACK_UNWIND becomes re-entrant. Its a good practice to not call STACK_WIND/UNWIND within local mutex's Change-Id: If4e869849d99ce233014a8aad7c4d5eef8dc2e98 BUG: 1401812 Signed-off-by: Poornima G Reviewed-on: http://review.gluster.org/16068 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Jeff Darcy Reviewed-by: Raghavendra G --- tests/basic/afr/client-side-heal.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tests/basic/afr/client-side-heal.t (limited to 'tests') diff --git a/tests/basic/afr/client-side-heal.t b/tests/basic/afr/client-side-heal.t old mode 100644 new mode 100755 -- cgit