aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomohiro Kusumi <[email protected]>2016-10-11 13:52:45 -0700
committerLinus Torvalds <[email protected]>2016-10-11 15:06:31 -0700
commiteea618e6d5a819f2a739d441efccc444e57e68c2 (patch)
tree6e75ee943f40ee47ba6906a5f7bc86709a603d30
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/[email protected] Signed-off-by: Tomohiro Kusumi <[email protected]> Signed-off-by: Ian Kent <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-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 {
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;