From: Al Viro Date: Fri, 29 Jan 2021 23:03:26 +0000 (-0500) Subject: ecryptfs: ecryptfs_dentry_info->crypt_stat is never used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d786beb6fe5cf8fcc1ce5336a89401eaa444fb6;p=linux.git ecryptfs: ecryptfs_dentry_info->crypt_stat is never used ... and never had anything non-NULL stored into it. Signed-off-by: Al Viro --- diff --git a/fs/ecryptfs/ecryptfs_kernel.h b/fs/ecryptfs/ecryptfs_kernel.h index 463b2d99b554e..495fb4514d090 100644 --- a/fs/ecryptfs/ecryptfs_kernel.h +++ b/fs/ecryptfs/ecryptfs_kernel.h @@ -262,10 +262,7 @@ struct ecryptfs_inode_info { * vfsmount too. */ struct ecryptfs_dentry_info { struct path lower_path; - union { - struct ecryptfs_crypt_stat *crypt_stat; - struct rcu_head rcu; - }; + struct rcu_head rcu; }; /**