mbox series

[git,pull] a couple of mount fixes

Message ID 20191010025617.GE26530@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] a couple of mount fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount3

Message

Al Viro Oct. 10, 2019, 2:56 a.m. UTC
A couple of regressions from work.mount series.

The following changes since commit a3bc18a48e2e678efe62f1f9989902f9cd19e0ff:

  jffs2: Fix mounting under new mount API (2019-09-26 10:26:55 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.mount3

for you to fetch changes up to 6fcf0c72e4b9360768cf5ef543c4f14c34800ee8:

  vfs: add missing blkdev_put() in get_tree_bdev() (2019-10-09 22:53:57 -0400)

----------------------------------------------------------------
Al Viro (1):
      shmem: fix LSM options parsing

Ian Kent (1):
      vfs: add missing blkdev_put() in get_tree_bdev()

 fs/super.c | 5 ++++-
 mm/shmem.c | 6 ++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Oct. 10, 2019, 3:45 p.m. UTC | #1
The pull request you sent on Thu, 10 Oct 2019 03:56:17 +0100:

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

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

Thank you!