[GIT PULL] exfat update for 5.14-rc1

From: Namjae Jeon
Date: Sun Jul 04 2021 - 23:27:25 EST


Hi Linus,

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

Thanks!

The following changes since commit 62fb9874f5da54fdb243003b386128037319b219:

Linux 5.13 (2021-06-27 15:21:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1e5654de0f51890f88abd409ebf4867782431e81:

exfat: handle wrong stream entry size in exfat_readdir() (2021-07-04 09:33:00 +0900)

----------------------------------------------------------------
Description for this pull request:
- Improved compatibility issue with exfat from some camera vendors.
- Do not need to release root inode on error path.

----------------------------------------------------------------
Chen Li (1):
exfat: avoid incorrectly releasing for root inode

Namjae Jeon (1):
exfat: handle wrong stream entry size in exfat_readdir()

fs/exfat/dir.c | 8 +++++---
fs/exfat/super.c | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)