From patchwork Thu Jul 12 17:08:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: bmarzins@sourceware.org X-Patchwork-Id: 1190051 Return-Path: X-Original-To: patchwork-dm-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from mx3-phx2.redhat.com (mx3-phx2.redhat.com [209.132.183.24]) by patchwork2.kernel.org (Postfix) with ESMTP id 9F472DFFFE for ; Thu, 12 Jul 2012 17:12:49 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx3-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q6CH8uid025823; Thu, 12 Jul 2012 13:08:57 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q6CH8srK010229 for ; Thu, 12 Jul 2012 13:08:54 -0400 Received: from mx1.redhat.com (ext-mx13.extmail.prod.ext.phx2.redhat.com [10.5.110.18]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q6CH8n1n027339 for ; Thu, 12 Jul 2012 13:08:49 -0400 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.14.4/8.14.4) with SMTP id q6CH8npu012575 for ; Thu, 12 Jul 2012 13:08:49 -0400 Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1342717729; h=Comment: DomainKey-Signature:Received:Date:Message-ID:From:To:Subject; bh=289aWBLJTpSLdnPETgmiFa4hIZk=; b=SjCCNeK6+5V7MbCUDNaPJQdnYeVEn +BwtKohJO7a1h8QZM4J9uacoOIesQXgOVkjvrdy0jfRZMRLwF50GCO6RnSqW0Uj+ h/QVzPo4uORLNOi3zekSgNAGwcyCmQFr/605CxSqpwot74v0QmgkoDeXCXabAAe8 Nzb9BRZKsDtU3s= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Date:Message-ID:From:To:Subject; b=WkQZ0k1M5hoo+TuaobzDeQSs50N4TvQQm6S4UNAa0A/0Y2L9IOu8yUOGG0bvzE 0e3MZnSwojQkspbwG2wtS/GmjqdbRts6/oQTl2fGvzDYrjS3yHhxoKaXQRe2wGE9 Eka7cgH9u0AVP2c0XXlxpN8pNjiQfjTWq5j3LXULEIcfc=; Received: (qmail 9460 invoked by uid 9475); 12 Jul 2012 17:08:48 -0000 Date: 12 Jul 2012 17:08:48 -0000 Message-ID: <20120712170848.9457.qmail@sourceware.org> From: bmarzins@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -2.412 (DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.18 X-loop: dm-devel@redhat.com Subject: [dm-devel] multipath-tools/libmultipath structs.h X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com CVSROOT: /cvs/dm Module name: multipath-tools Branch: RHEL5_FC6 Changes by: bmarzins@sourceware.org 2012-07-12 17:08:47 Modified files: libmultipath : structs.h Log message: fix for bz #744231. Change default setting for calculating pg_prio. Not applicable upstream Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/structs.h.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.18.2.11&r2=1.18.2.12 --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- multipath-tools/libmultipath/structs.h 2012/07/11 23:03:34 1.18.2.11 +++ multipath-tools/libmultipath/structs.h 2012/07/12 17:08:47 1.18.2.12 @@ -86,8 +86,8 @@ }; enum pg_prio_calc_states { - PG_PRIO_CALC_SUM, PG_PRIO_CALC_AVG, + PG_PRIO_CALC_SUM, }; enum log_checker_err_states {