From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14384 invoked by alias); 7 Apr 2008 13:47:59 -0000 Received: (qmail 14355 invoked by uid 9476); 7 Apr 2008 13:47:58 -0000 Date: Mon, 07 Apr 2008 13:47:00 -0000 Message-ID: <20080407134758.14338.qmail@sourceware.org> From: lhh@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, RHEL4, updated. gfs-kernel_2_6_9_76-27-g481965d X-Git-Refname: refs/heads/RHEL4 X-Git-Reftype: branch X-Git-Oldrev: 6626fda2200aa1abed902646371eee265be7fc04 X-Git-Newrev: 481965dc9ddb3cbbe06e82ecd507a2b77621206a Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00022.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=481965dc9ddb3cbbe06e82ecd507a2b77621206a The branch, RHEL4 has been updated via 481965dc9ddb3cbbe06e82ecd507a2b77621206a (commit) from 6626fda2200aa1abed902646371eee265be7fc04 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 481965dc9ddb3cbbe06e82ecd507a2b77621206a Author: Lon Hohberger Date: Mon Apr 7 09:47:01 2008 -0400 [cman] Resolve 441266 - uninitialized variable causing qdiskd to fail ----------------------------------------------------------------------- Summary of changes: cman/qdisk/disk.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cman/qdisk/disk.c b/cman/qdisk/disk.c index 25405d5..cd9a462 100644 --- a/cman/qdisk/disk.c +++ b/cman/qdisk/disk.c @@ -215,7 +215,7 @@ int qdisk_open(char *name, target_info_t *disk) { int ret; - unsigned long ssz; + int ssz; /* * Open for synchronous writes to insure all writes go directly @@ -231,6 +231,7 @@ qdisk_open(char *name, target_info_t *disk) return -1; } + disk->d_blksz = ssz; disk->d_pagesz = sysconf(_SC_PAGESIZE); /* Check to verify that the partition is large enough.*/ hooks/post-receive -- Cluster Project