mbox series

[git,pull] ecryptfs series

Message ID YI3+6jfW+mEMgx3x@zeniv-ca.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] ecryptfs series | expand

Pull-request

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

Message

Al Viro May 2, 2021, 1:22 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 2, 2021, 6:32 p.m. UTC | #1
The pull request you sent on Sun, 2 May 2021 01:22:50 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b28866f4bb77095c262dfd5783197b691c624fa6

Thank you!