2020-10-15 02:08:26

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the f2fs tree

Hi all,

In commit

e965857201e0 ("f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info")

Fixes tag

Fixes: bf9e697ecd4 ("f2fs: expose features to sysfs entry")

has these problem(s):

- SHA1 should be at least 12 digits long
Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
or later) just making sure it is not set (or set to "auto").

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-10-15 06:59:41

by Jaegeuk Kim

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the f2fs tree

Thanks,

I fixed it in f2fs-next branch.

Thanks,

On 10/15, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> e965857201e0 ("f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info")
>
> Fixes tag
>
> Fixes: bf9e697ecd4 ("f2fs: expose features to sysfs entry")
>
> has these problem(s):
>
> - SHA1 should be at least 12 digits long
> Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
> or later) just making sure it is not set (or set to "auto").
>
> --
> Cheers,
> Stephen Rothwell