From 693eccd456c4fc7dfadb72069da906544cf19733 Mon Sep 17 00:00:00 2001 From: Zhou Zhengping Date: Sun, 26 Jun 2016 19:56:58 -0400 Subject: libglusterfs: race condition when set ctx->timer in function gf_timer_registry_init 1.fix race conditon when set ctx->timer 2.use typical list_head operation instead of verbose list's operation 3.add file "tags" into .gitignore Signed-off-by: Zhou Zhengping Change-Id: I4ec55e41356633cf1399536d202c58e19b309f00 BUG: 1350191 Reviewed-on: http://review.gluster.org/14800 Smoke: Gluster Build System Tested-by: Zhou Zhengping CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Jeff Darcy --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e5c699beaf8..33f6e0905b5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build config.* configure cscope.* +tags depcomp INSTALL install-sh -- cgit