From: Tomohiro Kusumi Date: Tue, 11 Oct 2016 20:52:45 +0000 (-0700) Subject: autofs: remove obsolete sb fields X-Git-Tag: v4.9-rc1~42^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eea618e6d5a819f2a739d441efccc444e57e68c2;p=platform%2Fkernel%2Flinux-exynos.git autofs: remove obsolete sb fields These two were left from commit aa55ddf340c9 ("autofs4: remove unused ioctls") which removed unused ioctls. Link: http://lkml.kernel.org/r/20160812024810.12352.96377.stgit@pluto.themaw.net Signed-off-by: Tomohiro Kusumi Signed-off-by: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index eb87055..73e3d38 100644 --- a/fs/autofs4/autofs_i.h +++ b/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;