diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-29 15:58:39 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-30 13:01:03 -0500 |
commit | fceef393a538134f03b778c5d2519e670269342f (patch) | |
tree | cd43c9afdc07852d286965ad4d11772f6c275d1a /fs/autofs4 | |
parent | cd3417c8fc9504cc1afe944515f338aff9ec286b (diff) | |
download | op-kernel-dev-fceef393a538134f03b778c5d2519e670269342f.zip op-kernel-dev-fceef393a538134f03b778c5d2519e670269342f.tar.gz |
switch ->get_link() to delayed_call, kill ->put_link()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/autofs4')
-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 39e6f0b..84e037d 100644 --- a/fs/autofs4/symlink.c +++ b/fs/autofs4/symlink.c @@ -13,7 +13,8 @@ #include "autofs_i.h" static const char *autofs4_get_link(struct dentry *dentry, - struct inode *inode, void **cookie) + struct inode *inode, + struct delayed_call *done) { struct autofs_sb_info *sbi; struct autofs_info *ino; |