aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>2016-10-11 16:52:45 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-11 18:06:31 -0400
commiteea618e6d5a819f2a739d441efccc444e57e68c2 (patch)
tree6e75ee943f40ee47ba6906a5f7bc86709a603d30 /fs
parentca552599bfb9888ba9371eb4a9659a02b86529e6 (diff)
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 <kusumi.tomohiro@gmail.com> Signed-off-by: Ian Kent <ikent@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/autofs4/autofs_i.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h
index eb870551a7cf..73e3d3810e3f 100644
--- a/fs/autofs4/autofs_i.h
+++ b/fs/autofs4/autofs_i.h
@@ -111,8 +111,6 @@ struct autofs_sb_info {
111 int max_proto; 111 int max_proto;
112 unsigned long exp_timeout; 112 unsigned long exp_timeout;
113 unsigned int type; 113 unsigned int type;
114 int reghost_enabled;
115 int needs_reghost;
116 struct super_block *sb; 114 struct super_block *sb;
117 struct mutex wq_mutex; 115 struct mutex wq_mutex;
118 struct mutex pipe_mutex; 116 struct mutex pipe_mutex;