From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: [PATCH 4/4] ecryptfs: ecryptfs_dentry_info->crypt_stat is never used Date: Sat, 20 Mar 2021 21:52:41 +0000 Message-ID: References: Mime-Version: 1.0 Return-path: Received: from zeniv-ca.linux.org.uk ([142.44.231.140]:35562 "EHLO zeniv-ca.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229886AbhCTVyx (ORCPT ); Sat, 20 Mar 2021 17:54:53 -0400 Content-Disposition: inline In-Reply-To: Sender: Al Viro List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tyler Hicks Cc: ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org ... and never had anything non-NULL stored into it. Signed-off-by: Al Viro --- fs/ecryptfs/ecryptfs_kernel.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fs/ecryptfs/ecryptfs_kernel.h b/fs/ecryptfs/ecryptfs_kernel.h index 463b2d99b554..495fb4514d09 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; }; /** -- 2.11.0