diff mbox series

[5/5] autofs: remove unused ino field inode

Message ID 165724460393.30914.6511330213821246793.stgit@donald.themaw.net (mailing list archive)
State New, archived
Headers show
Series autofs: misc patches | expand

Commit Message

Ian Kent July 8, 2022, 1:43 a.m. UTC
Remove the unused inode field of the autofs dentry info
structure.

Signed-off-by: Ian Kent <raven@themaw.net>
---
 fs/autofs/autofs_i.h |    2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/fs/autofs/autofs_i.h b/fs/autofs/autofs_i.h
index 0117d6e06300..d5a44fa88acf 100644
--- a/fs/autofs/autofs_i.h
+++ b/fs/autofs/autofs_i.h
@@ -51,8 +51,6 @@  extern struct file_system_type autofs_fs_type;
  */
 struct autofs_info {
 	struct dentry	*dentry;
-	struct inode	*inode;
-
 	int		flags;
 
 	struct completion expire_complete;