mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
autofs: remove obsolete sb fields
These two were left from commit aa55ddf340
("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>
This commit is contained in:
parent
ca552599bf
commit
eea618e6d5
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue