From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753678AbbBYVpI (ORCPT ); Wed, 25 Feb 2015 16:45:08 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:46889 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753639AbbBYVpD (ORCPT ); Wed, 25 Feb 2015 16:45:03 -0500 Date: Wed, 25 Feb 2015 21:45:00 +0000 From: Al Viro To: Felipe Balbi Cc: Linux Kernel Mailing List , Linux ARM Kernel Mailing List , Linux OMAP Mailing List Subject: Re: build warning on v4.0-rc1 Message-ID: <20150225214500.GM29656@ZenIV.linux.org.uk> References: <20150225175143.GE11136@saruman.tx.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150225175143.GE11136@saruman.tx.rr.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 25, 2015 at 11:51:43AM -0600, Felipe Balbi wrote: > Hi Al, > > commit 3b994d98a815d934ab6a77a380882865982c14f9 (get rid of the second > argument of acct_kill()) added a new build warning when building > kernel/acct.c. Warning can be seen below. Revert of that commit is > non-trivial, so I haven't tried to check if reverting it fixes the > warning. Warning is a false positive; we really do not care about the return value here.