mbox series

[GIT,PULL] configfs fix for 5.7

Message ID 20200507161628.GA440967@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] configfs fix for 5.7 | expand

Pull-request

git://git.infradead.org/users/hch/configfs.git tags/configfs-for-5.7

Message

Christoph Hellwig May 7, 2020, 4:16 p.m. UTC
The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-for-5.7

for you to fetch changes up to 8aebfffacfa379ba400da573a5bf9e49634e38cb:

  configfs: fix config_item refcnt leak in configfs_rmdir() (2020-04-27 08:17:10 +0200)

----------------------------------------------------------------
configfs fix for 5.7

 - fix a refcount leak in configfs_rmdir (Xiyu Yang)

----------------------------------------------------------------
Xiyu Yang (1):
      configfs: fix config_item refcnt leak in configfs_rmdir()

 fs/configfs/dir.c | 1 +
 1 file changed, 1 insertion(+)

Comments

pr-tracker-bot@kernel.org May 7, 2020, 5:35 p.m. UTC | #1
The pull request you sent on Thu, 7 May 2020 18:16:28 +0200:

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

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

Thank you!