From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759244AbcHYOVR (ORCPT ); Thu, 25 Aug 2016 10:21:17 -0400 Received: from mail.kernel.org ([198.145.29.136]:48320 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758882AbcHYOVO (ORCPT ); Thu, 25 Aug 2016 10:21:14 -0400 Subject: Re: [f2fs-dev] [PATCH -next] f2fs: fix non static symbol warning To: Wei Yongjun , Jaegeuk Kim , Changman Lee , Chao Yu References: <1471965839-8389-1-git-send-email-weiyj.lk@gmail.com> Cc: Wei Yongjun , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net From: Chao Yu Message-ID: Date: Thu, 25 Aug 2016 22:11:21 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1471965839-8389-1-git-send-email-weiyj.lk@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/8/23 23:23, Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warning: > > fs/f2fs/data.c:969:12: warning: > symbol 'f2fs_grab_bio' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Acked-by: Chao Yu