Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 May 2021 16:05:54 +0000 (09:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 May 2021 16:05:54 +0000 (09:05 -0700)
commitb28866f4bb77095c262dfd5783197b691c624fa6
tree5653ff56d7c1f2a248bbf40348d66aa63b3d8150
parent17ae69aba89dbfa2139b7f8024b757ab3cc42f59
parent9d786beb6fe5cf8fcc1ce5336a89401eaa444fb6
Merge branch 'work.ecryptfs' of git://git./linux/kernel/git/viro/vfs

Pull exryptfs updates from Al Viro:
 "The interesting part here is (ecryptfs) lock_parent() fixes - its
  treatment of ->d_parent had been very wrong.

  The rest is trivial cleanups"

* 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  ecryptfs: ecryptfs_dentry_info->crypt_stat is never used
  ecryptfs: get rid of unused accessors
  ecryptfs: saner API for lock_parent()
  ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()
fs/ecryptfs/inode.c