[GIT PULL] configfs updates for Linux 6.2

From: Christoph Hellwig
Date: Tue Dec 13 2022 - 11:47:03 EST


The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:

Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)

are available in the Git repository at:

git://git.infradead.org/users/hch/configfs.git tags/configfs-6.2-2022-12-13

for you to fetch changes up to 77992f896745c63ae64bfccfdc429ab7b3d88da5:

configfs: remove mentions of committable items (2022-12-02 11:11:27 +0100)

----------------------------------------------------------------
configfs updates for Linux 6.2

- fix a memory leak in configfs_create_dir (Chen Zhongjin)
- remove mentions of committable items that were implemented
(Bartosz Golaszewski)

----------------------------------------------------------------
Bartosz Golaszewski (1):
configfs: remove mentions of committable items

Chen Zhongjin (1):
configfs: fix possible memory leak in configfs_create_dir()

Documentation/filesystems/configfs.rst | 48 ----------------------------------
fs/configfs/dir.c | 2 ++
include/linux/configfs.h | 3 ---
3 files changed, 2 insertions(+), 51 deletions(-)