summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syncop.c
diff options
context:
space:
mode:
authorPranith Kumar K <pranithk@gluster.com>2012-04-23 10:49:02 +0530
committerAnand Avati <avati@redhat.com>2012-04-23 13:11:49 -0700
commiteb9003cdca755980da9ed5a3a3fb0fc52c750131 (patch)
tree7ed1f88457bfa0ed2cfdf2cb1ede2a50cc966b59 /libglusterfs/src/syncop.c
parentfc024df2b6f9307f23a4a0800103555708036b17 (diff)
libglusterfs: Never block syncproc
Change-Id: I64cd8a2ef37926173c19a33df0716183530e22bf BUG: 814074 Signed-off-by: Pranith Kumar K <pranithk@gluster.com> Reviewed-on: http://review.gluster.com/3194 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs/src/syncop.c')
-rw-r--r--libglusterfs/src/syncop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/syncop.c b/libglusterfs/src/syncop.c
index da0444a109a..45416c6e75f 100644
--- a/libglusterfs/src/syncop.c
+++ b/libglusterfs/src/syncop.c
@@ -115,7 +115,6 @@ synctask_wake (struct synctask *task)
pthread_cond_broadcast (&env->cond);
}
-
void
synctask_wrap (struct synctask *old_task)
{
@@ -322,7 +321,6 @@ synctask_switchto (struct synctask *task)
pthread_mutex_unlock (&env->mutex);
}
-
void *
syncenv_processor (void *thdata)
{