From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751595AbdHAFWr (ORCPT ); Tue, 1 Aug 2017 01:22:47 -0400 Received: from ozlabs.org ([103.22.144.67]:40423 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763AbdHAFWq (ORCPT ); Tue, 1 Aug 2017 01:22:46 -0400 Date: Tue, 1 Aug 2017 15:22:44 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Michal Hocko Subject: linux-next: build warning after merge of the akpm-current tree Message-ID: <20170801152244.0a19eeb4@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 Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: fs/proc/task_mmu.c: In function 'show_map_vma': fs/proc/task_mmu.c:285:28: warning: unused variable 'priv' [-Wunused-variable] struct proc_maps_private *priv = m->private; ^ Introduced by commit 14ccc3193225 ("fs, proc: remove priv argument from is_stack") -- Cheers, Stephen Rothwell