Re: [GIT PULL] exfat fixes for 5.7-rc7

2020-05-18 Thread pr-tracker-bot
The pull request you sent on Mon, 18 May 2020 13:58:09 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git 
> tags/for-5.7-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/45088963ca9cdc3df50dd7b1b63e1dc9dcc6375e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] exfat fixes for 5.7-rc7

2020-05-17 Thread Namjae Jeon
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(-)