autofs: remove obsolete sb fields
authorTomohiro Kusumi <[email protected]>
Tue, 11 Oct 2016 20:52:45 +0000 (13:52 -0700)
committerLinus Torvalds <[email protected]>
Tue, 11 Oct 2016 22:06:31 +0000 (15:06 -0700)
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]>
fs/autofs4/autofs_i.h

index eb870551a7cf30cee68883f8faf8560db501dec3..73e3d3810e3fa3e58b46be521420b9b0fb08ab05 100644 (file)
@@ -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;