diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 77fc5e181077..849f6132b327 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -862,7 +862,7 @@ const struct inode_operations cifs_file_inode_ops = { | |||
862 | const struct inode_operations cifs_symlink_inode_ops = { | 862 | const struct inode_operations cifs_symlink_inode_ops = { |
863 | .readlink = generic_readlink, | 863 | .readlink = generic_readlink, |
864 | .follow_link = cifs_follow_link, | 864 | .follow_link = cifs_follow_link, |
865 | .put_link = cifs_put_link, | 865 | .put_link = kfree_put_link, |
866 | .permission = cifs_permission, | 866 | .permission = cifs_permission, |
867 | /* BB add the following two eventually */ | 867 | /* BB add the following two eventually */ |
868 | /* revalidate: cifs_revalidate, | 868 | /* revalidate: cifs_revalidate, |