From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5392 invoked by alias); 6 Jun 2005 03:50:36 -0000 Mailing-List: contact cluster-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sources.redhat.com Received: (qmail 5378 invoked by uid 9453); 6 Jun 2005 03:50:35 -0000 Date: Mon, 06 Jun 2005 03:50:00 -0000 Message-ID: <20050606035035.5377.qmail@sourceware.org> From: teigland@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cman-kernel/src sm_barrier.c X-SW-Source: 2005-q2/txt/msg00541.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2005-06-06 03:50:35 Modified files: cman-kernel/src: sm_barrier.c Log message: Don't use SM_RETRY around the kmalloc(ATOMIC) in the barrier callback because the SM_RETRY macro calls schedule() and a spinlock is held around the barrier callback. Retry doesn't make sense anyway for an ATOMIC kmalloc. Fixes bz 159615. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/sm_barrier.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1&r2=1.1.2.1