Re: [PATCH 3/3] exfat: replace memcpy with structure assignment
2020-09-15 19:23 GMT-07:00, Sungjong Seo : >> Use structure assignment instead of memcpy. >> >> Signed-off-by: Tetsuhiro Kohada > > Acked-by: Sungjong Seo Applied. Thanks for your patch!
RE: [PATCH 3/3] exfat: replace memcpy with structure assignment
> Use structure assignment instead of memcpy. > > Signed-off-by: Tetsuhiro Kohada Acked-by: Sungjong Seo > --- > fs/exfat/dir.c | 7 ++- > fs/exfat/inode.c | 2 +- > fs/exfat/namei.c | 15 +++ > 3 files changed, 10 insertions(+), 14 deletions(-) > > diff --git a/fs/exfat/