mbox series

[git,pull] vfs fixes

Message ID 20200115064107.GF8904@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] vfs fixes | expand

Pull-request

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

Message

Al Viro Jan. 15, 2020, 6:41 a.m. UTC
Fixes for mountpoint_last() bugs (by converting to use of lookup_last()) +
autofs regression fix from this cycle (caused by follow_managed() breakage
introduced in barrier fixes series).

The following changes since commit 1edc8eb2e93130e36ac74ac9c80913815a57d413:

  fs: call fsnotify_sb_delete after evict_inodes (2019-12-18 00:03:01 -0500)

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 508c8772760d4ef9c1a044519b564710c3684fc5:

  fix autofs regression caused by follow_managed() changes (2020-01-15 01:36:46 -0500)

----------------------------------------------------------------
Al Viro (2):
      reimplement path_mountpoint() with less magic
      fix autofs regression caused by follow_managed() changes

 fs/namei.c            | 90 ++++++++-------------------------------------------
 fs/nfs/nfstrace.h     |  2 --
 include/linux/namei.h |  1 -
 3 files changed, 13 insertions(+), 80 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 15, 2020, 7:35 p.m. UTC | #1
The pull request you sent on Wed, 15 Jan 2020 06:41:07 +0000:

> 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/84bf39461e61f69ebfbfecf39cfda71bf78a7fc1

Thank you!