diff options
author | Ian Kent <raven@themaw.net> | 2022-07-08 09:43:23 +0800 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-07-17 17:31:42 -0700 |
commit | 7ffe4e90a061a2f612b3b8c29b583ec3b707781f (patch) | |
tree | b944542489055e726f13931eb78ad6b9000db06b /fs/autofs | |
parent | ba97a0a3a31a2451607ebf601c0b7c4b1322ce9a (diff) | |
download | linux-7ffe4e90a061a2f612b3b8c29b583ec3b707781f.tar.gz linux-7ffe4e90a061a2f612b3b8c29b583ec3b707781f.tar.bz2 linux-7ffe4e90a061a2f612b3b8c29b583ec3b707781f.zip |
autofs: remove unused ino field inode
Remove the unused inode field of the autofs dentry info structure.
Link: https://lkml.kernel.org/r/165724460393.30914.6511330213821246793.stgit@donald.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs/autofs')
-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; |