[GIT,PULL] configfs updates for Linux 6.2

Message ID Y5isPdnDCpJ4cL7g@infradead.org
State New
Headers
Series [GIT,PULL] configfs updates for Linux 6.2 |

Pull-request

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

Message

Christoph Hellwig Dec. 13, 2022, 4:45 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 13, 2022, 6:13 p.m. UTC | #1
The pull request you sent on Tue, 13 Dec 2022 17:45:49 +0100:

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

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

Thank you!