On 08/31, zhengbin (A) wrote:
> On 2019/8/31 10:30, Chao Yu wrote:
> 
> > Hi Zheng,
> >
> > Thanks for the patch, the original patch is still in dev branch, I suggest 
> > we
> > can merge it into original patch, do you mind that?
> Agree with it

Thanks, I've applied.

> >
> > Thanks,
> >
> > On 2019/8/31 9:46, zhengbin wrote:
> >> Fix sparse warning:
> >>
> >> fs/f2fs/dir.c:142:6: warning: symbol 'f2fs_fname_setup_ci_filename' was 
> >> not declared. Should it be static?
> >>
> >> Reported-by: Hulk Robot <hul...@huawei.com>
> >> Signed-off-by: zhengbin <zhengbi...@huawei.com>
> >> ---
> >>  fs/f2fs/dir.c | 6 +++---
> >>  1 file changed, 3 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c
> >> index 9de688a..147fa5a 100644
> >> --- a/fs/f2fs/dir.c
> >> +++ b/fs/f2fs/dir.c
> >> @@ -139,9 +139,9 @@ int f2fs_ci_compare(const struct inode *parent, const 
> >> struct qstr *name,
> >>    return ret;
> >>  }
> >>
> >> -void f2fs_fname_setup_ci_filename(struct inode *dir,
> >> -                                  const struct qstr *iname,
> >> -                                  struct fscrypt_str *cf_name)
> >> +static void f2fs_fname_setup_ci_filename(struct inode *dir,
> >> +                                         const struct qstr *iname,
> >> +                                         struct fscrypt_str *cf_name)
> >>  {
> >>    struct f2fs_sb_info *sbi = F2FS_I_SB(dir);
> >>
> >> --
> >> 2.7.4
> >>
> >>
> >>
> >> _______________________________________________
> >> Linux-f2fs-devel mailing list
> >> Linux-f2fs-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
> >> .
> >>
> > .
> >


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to