Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933547AbeAICJW (ORCPT + 1 other); Mon, 8 Jan 2018 21:09:22 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:48500 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751366AbeAICJV (ORCPT ); Mon, 8 Jan 2018 21:09:21 -0500 Subject: Re: [PATCH -next] f2fs: make local functions static To: Wei Yongjun , Jaegeuk Kim CC: , References: <1515145280-28626-1-git-send-email-weiyongjun1@huawei.com> From: Chao Yu Message-ID: Date: Tue, 9 Jan 2018 10:08:47 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1515145280-28626-1-git-send-email-weiyongjun1@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 2018/1/5 17:41, Wei Yongjun wrote: > Fixes the following sparse warnings: > > fs/f2fs/segment.c:887:6: warning: > symbol '__check_sit_bitmap' was not declared. Should it be static? > fs/f2fs/segment.c:1327:6: warning: > symbol 'f2fs_wait_discard_bio' was not declared. Should it be static? > fs/f2fs/super.c:1661:5: warning: > symbol 'f2fs_get_projid' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Reviewed-by: Chao Yu Thanks,