Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / fs / ecryptfs / ecryptfs_kernel.h
index c8687c6..5f2b49e 100644 (file)
@@ -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;
 };
 
 /**