[GIT PULL] exfat update for 5.10-rc1

From: Namjae Jeon
Date: Thu Oct 22 2020 - 04:42:23 EST


Hi Linus,

This is exfat update pull request for v5.10-rc1. I add description of
this pull request on below. Please pull exfat with following ones.

Thanks!

The following changes since commit bbf5c979011a099af5dc76498918ed7df445635b:

Linux 5.9 (2020-10-11 14:15:50 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/exfat-for-5.10-rc1

for you to fetch changes up to eae503f7eb0509594076a951e422e29082385c96:

exfat: remove useless check in exfat_move_file() (2020-10-22 08:29:12 +0900)

----------------------------------------------------------------
Description for this pull request:
- Replace memcpy with structure assignment.
- Remove unneeded codes and use helper function i_blocksize().
- Fix typos found by codespell.

----------------------------------------------------------------
Namjae Jeon (1):
exfat: fix misspellings using codespell tool

Tetsuhiro Kohada (5):
exfat: eliminate dead code in exfat_find()
exfat: remove useless directory scan in exfat_add_entry()
exfat: replace memcpy with structure assignment
exfat: remove 'rwoffset' in exfat_inode_info
exfat: remove useless check in exfat_move_file()

Xianting Tian (1):
exfat: use i_blocksize() to get blocksize

fs/exfat/dir.c | 29 ++++------
fs/exfat/exfat_fs.h | 4 +-
fs/exfat/file.c | 4 +-
fs/exfat/inode.c | 5 +-
fs/exfat/namei.c | 153 +++++++++++++++++++---------------------------------
fs/exfat/nls.c | 2 +-
fs/exfat/super.c | 1 -
7 files changed, 71 insertions(+), 127 deletions(-)