[GIT PULL] configfs updates for Linux 5.13

From: Christoph Hellwig
Date: Fri Jul 02 2021 - 12:10:02 EST


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(-)