diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 00da71d0f32a..d82a019ff8ef 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -87,11 +87,14 @@ struct autofs_wait_queue { | |||
87 | struct autofs_sb_info { | 87 | struct autofs_sb_info { |
88 | u32 magic; | 88 | u32 magic; |
89 | struct dentry *root; | 89 | struct dentry *root; |
90 | int pipefd; | ||
90 | struct file *pipe; | 91 | struct file *pipe; |
91 | pid_t oz_pgrp; | 92 | pid_t oz_pgrp; |
92 | int catatonic; | 93 | int catatonic; |
93 | int version; | 94 | int version; |
94 | int sub_version; | 95 | int sub_version; |
96 | int min_proto; | ||
97 | int max_proto; | ||
95 | unsigned long exp_timeout; | 98 | unsigned long exp_timeout; |
96 | int reghost_enabled; | 99 | int reghost_enabled; |
97 | int needs_reghost; | 100 | int needs_reghost; |