aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/autofs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r--fs/autofs4/autofs_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h
index 480ab178cba5..b13f32c8aeee 100644
--- a/fs/autofs4/autofs_i.h
+++ b/fs/autofs4/autofs_i.h
@@ -94,7 +94,6 @@ struct autofs_wait_queue {
94 94
95struct autofs_sb_info { 95struct autofs_sb_info {
96 u32 magic; 96 u32 magic;
97 struct dentry *root;
98 int pipefd; 97 int pipefd;
99 struct file *pipe; 98 struct file *pipe;
100 pid_t oz_pgrp; 99 pid_t oz_pgrp;
@@ -229,4 +228,4 @@ out:
229} 228}
230 229
231void autofs4_dentry_release(struct dentry *); 230void autofs4_dentry_release(struct dentry *);
232 231extern void autofs4_kill_sb(struct super_block *);