[GIT PULL] exfat update for 5.11-rc1

From: Namjae Jeon
Date: Tue Dec 22 2020 - 02:01:42 EST


Hi Linus,

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

Thanks!

The following changes since commit 2c85ebc57b3e1817b6ce1a6b703928e113a90442:

Linux 5.10 (2020-12-13 14:41:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9eb78c25327548b905598975aa3ded4ef244b94a:

exfat: Avoid allocating upcase table using kcalloc() (2020-12-22 12:31:17 +0900)

----------------------------------------------------------------
Description for this pull request:
- Avoid page allocation failure from upcase table allocation.

----------------------------------------------------------------
Artem Labazov (1):
exfat: Avoid allocating upcase table using kcalloc()

fs/exfat/nls.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)