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 326dc08d3e3..5869d4e974a 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -155,7 +155,7 @@ static inline int autofs4_ispending(struct dentry *dentry) | |||
155 | return 0; | 155 | return 0; |
156 | } | 156 | } |
157 | 157 | ||
158 | struct inode *autofs4_get_inode(struct super_block *, mode_t); | 158 | struct inode *autofs4_get_inode(struct super_block *, umode_t); |
159 | void autofs4_free_ino(struct autofs_info *); | 159 | void autofs4_free_ino(struct autofs_info *); |
160 | 160 | ||
161 | /* Expiration */ | 161 | /* Expiration */ |