Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751317AbdHXHmG (ORCPT ); Thu, 24 Aug 2017 03:42:06 -0400 Received: from ozlabs.org ([103.22.144.67]:41379 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbdHXHmC (ORCPT ); Thu, 24 Aug 2017 03:42:02 -0400 Date: Thu, 24 Aug 2017 17:41:59 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Changwei Ge , Mark Fasheh Subject: linux-next: build warnings after merge of the akpm-current tree Message-ID: <20170824174159.67177da2@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 575 Lines: 20 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; ^ Caused by commit d09f2c6cf3b8 ("ocfs2: re-queue AST or BAST if sending is failed to improve the reliability") -- Cheers, Stephen Rothwell