linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git pull] struct mount leak fix
Date: Fri, 26 Jul 2019 15:30:48 +0100	[thread overview]
Message-ID: <20190726143048.GL1131@ZenIV.linux.org.uk> (raw)

	Braino introduced in "switch the remnants of releasing the mountpoint
away from fs_pin"; the most visible result is leaking struct mount when
mounting btrfs, making it impossible to shut down.

The following changes since commit 18253e034d2aeee140f82fc9fe89c4bce5c81799:

  Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2019-07-20 09:15:51 -0700)

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 19a1c4092e7ca1ad1a72ac5535f902c483372cd5:

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

----------------------------------------------------------------
Al Viro (1):
      fix the struct mount leak in umount_tree()

 fs/namespace.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

             reply	other threads:[~2019-07-26 14:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-26 14:30 Al Viro [this message]
2019-07-26 18:25 ` [git pull] struct mount leak fix pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190726143048.GL1131@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).