Hi Gao,

Could you please check your email settings?
It's broken.

Thanks,

On 04/05, Gao Xiang wrote:
> Keep in line with the common case since it is some weird
> to take the address of an array again.
> 
> Signed-off-by: Gao Xiang <gaoxian...@huawei.com>
> ---
>  fs/f2fs/super.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c
> index 42d564c5ccd0..f864ab702fa2 100644
> --- a/fs/f2fs/super.c
> +++ b/fs/f2fs/super.c
> @@ -2701,7 +2701,7 @@ static int f2fs_fill_super(struct super_block *sb,
> void *data, int silent)
>       sb->s_time_gran = 1;
>       sb->s_flags = (sb->s_flags & ~SB_POSIXACL) |
>               (test_opt(sbi, POSIX_ACL) ? SB_POSIXACL : 0);
> -     memcpy(&sb->s_uuid, raw_super->uuid, sizeof(raw_super->uuid));
> +     memcpy(sb->s_uuid, raw_super->uuid, sizeof(raw_super->uuid));
>       sb->s_iflags |= SB_I_CGROUPWB;
>       /* init f2fs-specific super block info */
> -- 
> 2.12.2

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to