Skip to content

Commit 9d786be

Browse files
author
Al Viro
committed
ecryptfs: ecryptfs_dentry_info->crypt_stat is never used
... and never had anything non-NULL stored into it. Signed-off-by: Al Viro <[email protected]>
1 parent 483bc7e commit 9d786be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fs/ecryptfs/ecryptfs_kernel.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,7 @@ struct ecryptfs_inode_info {
262262
* vfsmount too. */
263263
struct ecryptfs_dentry_info {
264264
struct path lower_path;
265-
union {
266-
struct ecryptfs_crypt_stat *crypt_stat;
267-
struct rcu_head rcu;
268-
};
265+
struct rcu_head rcu;
269266
};
270267

271268
/**

0 commit comments

Comments
 (0)