mbox series

[git,pull] vfs.git mount_capable() fix

Message ID 20190731185327.GV1131@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs.git mount_capable() fix | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

Message

Al Viro July 31, 2019, 6:53 p.m. UTC
Since nobody gave any specific objections and the thing
appears to work...

The following changes since commit 19a1c4092e7ca1ad1a72ac5535f902c483372cd5:

  fix the struct mount leak in umount_tree() (2019-07-26 07:59:06 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

for you to fetch changes up to c2c44ec20a8496f7a3b3401c092afe96908eced1:

  Unbreak mount_capable() (2019-07-31 12:22:32 -0400)

----------------------------------------------------------------
Al Viro (1):
      Unbreak mount_capable()

 fs/super.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org July 31, 2019, 8:35 p.m. UTC | #1
The pull request you sent on Wed, 31 Jul 2019 19:53:27 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

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

Thank you!