diff options
Diffstat (limited to 'fs/fuse/dir.c')
-rw-r--r-- | fs/fuse/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index d5cdef8b7f3a..9e704c124392 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c | |||
@@ -1395,7 +1395,7 @@ static const char *fuse_follow_link(struct dentry *dentry, void **cookie) | |||
1395 | return link; | 1395 | return link; |
1396 | } | 1396 | } |
1397 | 1397 | ||
1398 | static void fuse_put_link(struct dentry *dentry, void *cookie) | 1398 | static void fuse_put_link(struct inode *unused, void *cookie) |
1399 | { | 1399 | { |
1400 | free_page((unsigned long) cookie); | 1400 | free_page((unsigned long) cookie); |
1401 | } | 1401 | } |