Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Apr 2021 19:52:49 +0000 (12:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Apr 2021 19:52:49 +0000 (12:52 -0700)
commit2d743660786ec51f5c1fefd5782bbdee7b227db0
treeebd76bc2107862660fc2dd31ee7f084a5821f48b
parent0a50438c84363bd37fe18fe432888ae9a074dcab
parent7d01ef7585c07afaf487759a48486228cd065726
Merge branch 'fixes' of git://git./linux/kernel/git/viro/vfs

Pull fs fixes from Al Viro:
 "Fairly old hostfs bug (in setups that are not used by anyone,
  apparently) + fix for this cycle regression: extra dput/mntput in
  LOOKUP_CACHED failure handling"

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Make sure nd->path.mnt and nd->path.dentry are always valid pointers
  hostfs: fix memory handling in follow_link()