From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30284 invoked by alias); 6 Oct 2004 10:12:35 -0000 Mailing-List: contact lvm2-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sources.redhat.com Received: (qmail 30270 invoked by uid 9452); 6 Oct 2004 10:12:34 -0000 Date: Wed, 06 Oct 2004 10:12:00 -0000 Message-ID: <20041006101234.30269.qmail@sourceware.org> From: pcaulfield@sourceware.org To: lvm2-cvs@sources.redhat.com Subject: LVM2 ./WHATS_NEW daemons/clvmd/clvmd.c X-SW-Source: 2004-10/txt/msg00002.txt.bz2 List-Id: CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: pcaulfield@sourceware.org 2004-10-06 10:12:34 Modified files: . : WHATS_NEW daemons/clvmd : clvmd.c Log message: Revert the fork back to where it was as it seems to confuse pthreads. Instead, the parent now waits for the daemon to signal that it has completed successfully (or not) so it can return status to the user. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.100&r2=1.101 http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd.c.diff?cvsroot=lvm2&r1=1.4&r2=1.5