From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Yu Subject: Re: [PATCH -next] f2fs: fix non static symbol warning Date: Thu, 25 Aug 2016 22:11:21 +0800 Message-ID: References: <1471965839-8389-1-git-send-email-weiyj.lk@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1bcvNc-0001q2-F7 for linux-f2fs-devel@lists.sourceforge.net; Thu, 25 Aug 2016 14:11:40 +0000 Received: from mail.kernel.org ([198.145.29.136]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1bcvNb-0003T0-Pj for linux-f2fs-devel@lists.sourceforge.net; Thu, 25 Aug 2016 14:11:40 +0000 In-Reply-To: <1471965839-8389-1-git-send-email-weiyj.lk@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net To: Wei Yongjun , Jaegeuk Kim , Changman Lee , Chao Yu Cc: Wei Yongjun , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net 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 ------------------------------------------------------------------------------