diff options
author | Ian Kent <[email protected]> | 2022-07-08 09:43:23 +0800 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-17 17:31:42 -0700 |
commit | 7ffe4e90a061a2f612b3b8c29b583ec3b707781f (patch) | |
tree | b944542489055e726f13931eb78ad6b9000db06b | |
parent | ba97a0a3a31a2451607ebf601c0b7c4b1322ce9a (diff) |
autofs: remove unused ino field inode
Remove the unused inode field of the autofs dentry info structure.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ian Kent <[email protected]>
Cc: Al Viro <[email protected]>
Cc: David Howells <[email protected]>
Cc: Miklos Szeredi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | fs/autofs/autofs_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |