Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752641AbbGNAYE (ORCPT ); Mon, 13 Jul 2015 20:24:04 -0400 Received: from mga03.intel.com ([134.134.136.65]:2579 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751556AbbGNAYC (ORCPT ); Mon, 13 Jul 2015 20:24:02 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,467,1432623600"; d="scan'208";a="761836815" Date: Tue, 14 Jul 2015 08:23:34 +0800 From: kbuild test robot To: Chao Yu Cc: kbuild-all@01.org, Jaegeuk Kim , Changman Lee , linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH f2fs] f2fs: f2fs_write_cache_pages() can be static Message-ID: <20150714002334.GA610@lkp-sb04> References: <201507140816.NqM3qfvR%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201507140816.NqM3qfvR%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 Content-Length: 903 Lines: 24 Signed-off-by: Fengguang Wu --- data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 1724986..ea13e3e 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -1133,7 +1133,7 @@ static int __f2fs_writepage(struct page *page, struct writeback_control *wbc, * The major change is making write step of cold data page separately from * warm/hot data page. */ -int f2fs_write_cache_pages(struct address_space *mapping, +static int f2fs_write_cache_pages(struct address_space *mapping, struct writeback_control *wbc, writepage_t writepage, void *data) { -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/