From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx> Subject: autofs: remove obsolete sb fields These two were left from aa55ddf3 which removed unused ioctls. Link: http://lkml.kernel.org/r/20160812024810.12352.96377.stgit@xxxxxxxxxxxxxxxx Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx> Signed-off-by: Ian Kent <ikent@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/autofs4/autofs_i.h | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/autofs4/autofs_i.h~autofs-remove-obsolete-sb-fields fs/autofs4/autofs_i.h --- a/fs/autofs4/autofs_i.h~autofs-remove-obsolete-sb-fields +++ a/fs/autofs4/autofs_i.h @@ -111,8 +111,6 @@ struct autofs_sb_info { int max_proto; unsigned long exp_timeout; unsigned int type; - int reghost_enabled; - int needs_reghost; struct super_block *sb; struct mutex wq_mutex; struct mutex pipe_mutex; _ -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html