Commit 9d786beb authored by Al Viro's avatar Al Viro
Browse files

ecryptfs: ecryptfs_dentry_info->crypt_stat is never used



... and never had anything non-NULL stored into it.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 483bc7e8
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -262,11 +262,8 @@ 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;
};
};

/**
 * ecryptfs_global_auth_tok - A key used to encrypt all new files under the mountpoint