From: Al Viro <viro@zeniv.linux.org.uk>
To: Tyler Hicks <code@tyhicks.com>
Cc: ecryptfs@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [PATCH 4/4] ecryptfs: ecryptfs_dentry_info->crypt_stat is never used
Date: Sat, 20 Mar 2021 21:52:41 +0000 [thread overview]
Message-ID: <YFZuqS7OheVDgObg@zeniv-ca.linux.org.uk> (raw)
In-Reply-To: <YFZuiwhD7gKlu9Qs@zeniv-ca.linux.org.uk>
... and never had anything non-NULL stored into it.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
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
next prev parent reply other threads:[~2021-03-20 21:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-20 21:51 [PATCH 1/4] ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link() Al Viro
2021-03-20 21:51 ` [PATCH 2/4] ecryptfs: saner API for lock_parent() Al Viro
2021-03-20 21:52 ` [PATCH 3/4] ecryptfs: get rid of unused accessors Al Viro
2021-03-20 21:52 ` Al Viro [this message]
2021-03-20 21:55 ` [PATCH 1/4] ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link() Al Viro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YFZuqS7OheVDgObg@zeniv-ca.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=code@tyhicks.com \
--cc=ecryptfs@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox