From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [vfs:for-jlayton 16/28] fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' Date: Thu, 20 Dec 2012 23:18:43 +0000 Message-ID: <20121220231843.GL4939@ZenIV.linux.org.uk> References: <50d39b27.mnyVhgNq20ez3KSg%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marco Stornelli , linux-fsdevel@vger.kernel.org To: kbuild test robot Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:48734 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751607Ab2LTXSp (ORCPT ); Thu, 20 Dec 2012 18:18:45 -0500 Content-Disposition: inline In-Reply-To: <50d39b27.mnyVhgNq20ez3KSg%fengguang.wu@intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Dec 21, 2012 at 07:11:35AM +0800, kbuild test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-jlayton > head: a1e960b5b25f19886a17d9f362bb0b06fcdf73f5 > commit: 93502ce5a271c577b2d2401ad873beeed3af4e6e [16/28] hpfs: drop vmtruncate > config: make ARCH=x86_64 allmodconfig > > All error/warnings: > > fs/hpfs/inode.c: In function 'hpfs_setattr': > fs/hpfs/inode.c:285:3: error: implicit declaration of function 'hpfs_truncate' [-Werror=implicit-function-declaration] Grr... OK, that needs making that sucker non-static, for starters