mbox series

[GIT,PULL] configfs updates for Linux 5.13

Message ID YN86Qdthbzfa5wfY@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] configfs updates for Linux 5.13 | expand

Pull-request

git://git.infradead.org/users/hch/configfs.git tags/configfs-5.13

Message

Christoph Hellwig July 2, 2021, 4:09 p.m. UTC
The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-5.13

for you to fetch changes up to c886fa3cf6ffbe13006053ceb27c93d41928de30:

  configfs: simplify configfs_release_bin_file (2021-06-22 09:46:28 +0200)

----------------------------------------------------------------
configfs updates for Linux 5.13

 - fix a memleak in configfs_release_bin_file (Chung-Chiang Cheng)
 - implement the .read_iter and .write_iter (Bart Van Assche)
 - minor cleanups (Bart Van Assche, me)

----------------------------------------------------------------
Bart Van Assche (2):
      configfs: fix the kerneldoc comment for configfs_create_bin_file
      configfs: implement the .read_iter and .write_iter methods

Christoph Hellwig (2):
      configfs: drop pointless kerneldoc comments
      configfs: simplify configfs_release_bin_file

Chung-Chiang Cheng (1):
      configfs: fix memleak in configfs_release_bin_file

 fs/configfs/file.c | 181 +++++++++++++++--------------------------------------
 1 file changed, 51 insertions(+), 130 deletions(-)

Comments

pr-tracker-bot@kernel.org July 2, 2021, 9:47 p.m. UTC | #1
The pull request you sent on Fri, 2 Jul 2021 18:09:37 +0200:

> git://git.infradead.org/users/hch/configfs.git tags/configfs-5.13

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

Thank you!