[GIT PULL] exfat fixes for 5.7-rc7
From: Namjae Jeon
Date: Mon May 18 2020 - 00:58:17 EST
Hi Linus,
This is exfat fixes pull request for v5.7-rc7. I add description of
this pull request on below. Please pull exfat with following fixes.
Thanks!
The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:
Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git tags/for-5.7-rc7
for you to fetch changes up to 94182167ec730dadcaea5fbc6bb8f1136966ef66:
exfat: fix possible memory leak in exfat_find() (2020-05-18 11:51:44 +0900)
----------------------------------------------------------------
Description for this pull request:
- Fix potential memory leak in exfat_find.
- Set exfat's splice_write to iter_file_splice_write to fix the splice
failure on direct-opened file
----------------------------------------------------------------
Eric Sandeen (1):
exfat: use iter_file_splice_write
Wei Yongjun (1):
exfat: fix possible memory leak in exfat_find()
fs/exfat/file.c | 13 +++++++------
fs/exfat/namei.c | 1 +
2 files changed, 8 insertions(+), 6 deletions(-)