From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751839AbbCYHmS (ORCPT ); Wed, 25 Mar 2015 03:42:18 -0400 Received: from mga03.intel.com ([134.134.136.65]:14540 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717AbbCYHmP (ORCPT ); Wed, 25 Mar 2015 03:42:15 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,464,1422950400"; d="scan'208";a="670254484" Date: Wed, 25 Mar 2015 15:42:08 +0800 From: kbuild test robot To: Namjae Jeon Cc: kbuild-all@01.org, Dave Chinner , Ashish Sangwan , xfs@oss.sgi.com, linux-kernel@vger.kernel.org Subject: [PATCH dgc-xfs] xfs: xfs_shift_file_space can be static Message-ID: <20150325074208.GA22854@snb> References: <201503251558.Dje24s0l%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201503251558.Dje24s0l%fengguang.wu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: fengguang.wu@intel.com X-SA-Exim-Scanned: No (on bee); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Fengguang Wu --- xfs_bmap_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index fe1f11b..e867573 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c @@ -1383,7 +1383,7 @@ out: * If we are shifting right, we will start with last extent inside file space * and continue until we reach the block corresponding to offset. */ -int +static int xfs_shift_file_space( struct xfs_inode *ip, xfs_off_t offset,