From: Ian Kent Date: Fri, 8 Jul 2022 01:43:23 +0000 (+0800) Subject: autofs: remove unused ino field inode X-Git-Tag: v6.1-rc5~666^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ffe4e90a061a2f612b3b8c29b583ec3b707781f;p=platform%2Fkernel%2Flinux-starfive.git 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 Cc: Al Viro Cc: David Howells Cc: Miklos Szeredi Signed-off-by: Andrew Morton --- diff --git a/fs/autofs/autofs_i.h b/fs/autofs/autofs_i.h index 0117d6e..d5a44fa 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;