From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751953AbaCFJ5F (ORCPT ); Thu, 6 Mar 2014 04:57:05 -0500 Received: from cpsmtpb-ews10.kpnxchange.com ([213.75.39.15]:60142 "EHLO cpsmtpb-ews10.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751684AbaCFJ45 (ORCPT ); Thu, 6 Mar 2014 04:56:57 -0500 Message-ID: <1394099815.4592.8.camel@x220> Subject: Re: [PATCH v2] NVMe: silence GCC warning on 32 bit From: Paul Bolle To: Keith Busch Cc: Matthew Wilcox , Geert Uytterhoeven , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 06 Mar 2014 10:56:55 +0100 In-Reply-To: References: <1392714172-2712-1-git-send-email-geert@linux-m68k.org> <1392934261.15264.22.camel@x220> <1393925767.3038.23.camel@x220> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-1.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Mar 2014 09:56:56.0488 (UTC) FILETIME=[68AD1A80:01CF3922] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2014-03-05 at 08:09 -0700, Keith Busch wrote: > Looks good to me. Thanks. > This won't apply in linux-nvme yet and it may be a > little while before it does, so this might be considered to go upstream > through a different tree if you want this in sooner. These warnings popped up in v3.14-rc1. (In v3.13 bvprv was a pointer initialized to NULL.) This patch is not urgent, but it would still be nice if the warnings were silenced in v3.14, since they are so noisy. Is there any tree that queues NVMe fixes to be applied during this release cycle? > On Tue, 4 Mar 2014, Paul Bolle wrote: > > bvprv? Would that mean bio_vec private? But it looks like some temporary > > variable, so something like tmp may make more sense. Anyhow, still > > compile tested only (on 32 and 64 bit x86). > > bvprv == bio_vec previous Thanks. So perhaps that variable could be renamed to previous (or its more common alias prev), Paul Bolle