[git pull] ecryptfs series

From: Al Viro
Date: Sat May 01 2021 - 21:23:31 EST


The interesting part here is (ecryptfs) lock_parent() fixes -
its treatment of ->d_parent had been very wrong. The rest is trivial
cleanups.

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the git repository at:

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

for you to fetch changes up to 9d786beb6fe5cf8fcc1ce5336a89401eaa444fb6:

ecryptfs: ecryptfs_dentry_info->crypt_stat is never used (2021-03-20 17:46:44 -0400)

----------------------------------------------------------------
Al Viro (4):
ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()
ecryptfs: saner API for lock_parent()
ecryptfs: get rid of unused accessors
ecryptfs: ecryptfs_dentry_info->crypt_stat is never used

fs/ecryptfs/ecryptfs_kernel.h | 17 +----
fs/ecryptfs/inode.c | 163 +++++++++++++++++++-----------------------
2 files changed, 75 insertions(+), 105 deletions(-)