diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 0925bacb5c3c..8f15162f1672 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -167,7 +167,7 @@ static inline int autofs4_ispending(struct dentry *dentry) | |||
167 | return 0; | 167 | return 0; |
168 | } | 168 | } |
169 | 169 | ||
170 | struct inode *autofs4_get_inode(struct super_block *, struct autofs_info *, mode_t); | 170 | struct inode *autofs4_get_inode(struct super_block *, mode_t); |
171 | void autofs4_free_ino(struct autofs_info *); | 171 | void autofs4_free_ino(struct autofs_info *); |
172 | 172 | ||
173 | /* Expiration */ | 173 | /* Expiration */ |