diff options
Diffstat (limited to 'fs/autofs4/symlink.c')
-rw-r--r-- | fs/autofs4/symlink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/autofs4/symlink.c b/fs/autofs4/symlink.c index 39e6f0bdf8e3..84e037d1d129 100644 --- a/fs/autofs4/symlink.c +++ b/fs/autofs4/symlink.c | |||
@@ -13,7 +13,8 @@ | |||
13 | #include "autofs_i.h" | 13 | #include "autofs_i.h" |
14 | 14 | ||
15 | static const char *autofs4_get_link(struct dentry *dentry, | 15 | static const char *autofs4_get_link(struct dentry *dentry, |
16 | struct inode *inode, void **cookie) | 16 | struct inode *inode, |
17 | struct delayed_call *done) | ||
17 | { | 18 | { |
18 | struct autofs_sb_info *sbi; | 19 | struct autofs_sb_info *sbi; |
19 | struct autofs_info *ino; | 20 | struct autofs_info *ino; |