Re: [git pull] a couple of mount fixes

2019-10-10 Thread pr-tracker-bot
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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[git pull] a couple of mount fixes

2019-10-09 Thread Al Viro
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(-)