Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbdHXI0I convert rfc822-to-8bit (ORCPT ); Thu, 24 Aug 2017 04:26:08 -0400 Received: from smtp.h3c.com ([60.191.123.56]:35957 "EHLO h3cmg01-ex.h3c.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752483AbdHXI0E (ORCPT ); Thu, 24 Aug 2017 04:26:04 -0400 X-Greylist: delayed 606 seconds by postgrey-1.27 at vger.kernel.org; Thu, 24 Aug 2017 04:26:03 EDT From: Changwei Ge To: Stephen Rothwell , Andrew Morton CC: Linux-Next Mailing List , "Linux Kernel Mailing List" , Mark Fasheh Subject: Re: linux-next: build warnings after merge of the akpm-current tree Thread-Topic: linux-next: build warnings after merge of the akpm-current tree Thread-Index: AQHTHKyHP6Sj01LBr02wNplQVdjDew== Date: Thu, 24 Aug 2017 08:15:30 +0000 Message-ID: <63ADC13FD55D6546B7DECE290D39E373AC2CF2E2@H3CMLB14-EX.srv.huawei-3com.com> References: <20170824174159.67177da2@canb.auug.org.au> Accept-Language: en-US, zh-CN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.96.76.105] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 22 Hi Andrew, On 2017/8/24 15:42, Stephen Rothwell wrote: > Hi Andrew, After merging the akpm-current tree, today's linux-next > build (x86_64 allmodconfig) produced these warnings: > fs/ocfs2/dlm/dlmrecovery.c: In function 'dlm_free_dead_locks': > fs/ocfs2/dlm/dlmrecovery.c:2306:6: warning: unused variable 'i' > [-Wunused-variable] int i; ^ fs/ocfs2/dlm/dlmrecovery.c:2305:20: > warning: unused variable 'queue' [-Wunused-variable] struct list_head > *queue = NULL; ^ My patch never defines these two variables, it's strange that they are defined within the patch you collected. Could you please help to check if this patch comes from mail '[PATCH] ocfs2: re-queue AST or BAST if sending is failed to improve the reliability' sent on 7, August. Thanks, Changwei > Caused by commit > > d09f2c6cf3b8 ("ocfs2: re-queue AST or BAST if sending is failed to improve the reliability") >