From dca2a96fb20997e777b587bd3ad6dde4148ebc19 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Sep 16 2013 09:34:36 +0000 Subject: Delete no longer needed patch Signed-off-by: Jan Friesse --- diff --git a/bz998362-1-Fix-scheduler-pause-detection-timeout.patch b/bz998362-1-Fix-scheduler-pause-detection-timeout.patch deleted file mode 100644 index d766a17..0000000 --- a/bz998362-1-Fix-scheduler-pause-detection-timeout.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 2740cfd1eac60714601c74df2137fe588b607866 Mon Sep 17 00:00:00 2001 -From: Michael Chapman -Date: Mon, 19 Aug 2013 01:30:15 +0000 -Subject: [PATCH] Fix scheduler pause-detection timeout - -qb_loop_timer_add expects the timeout to be in nanoseconds, but we were -passing the value in milliseconds. Scale the timeout appropriately. - -Signed-off-by: Michael Chapman -Reviewed-by: Jan Friesse ---- - exec/main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/exec/main.c b/exec/main.c -index 65b28c2..6c69ee5 100644 ---- a/exec/main.c -+++ b/exec/main.c -@@ -824,7 +824,7 @@ static void timer_function_scheduler_timeout (void *data) - timeout_data->max_tv_diff = timeout_data->totem_config->token_timeout * QB_TIME_NS_IN_MSEC * 0.8; - qb_loop_timer_add (corosync_poll_handle, - QB_LOOP_MED, -- timeout_data->totem_config->token_timeout / 3, -+ timeout_data->totem_config->token_timeout * QB_TIME_NS_IN_MSEC / 3, - timeout_data, - timer_function_scheduler_timeout, - &timeout_data->handle); --- -1.7.1 -