diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index cbc0f4bca0c0..90e4e2b398b6 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -900,8 +900,7 @@ const struct inode_operations cifs_file_inode_ops = { | |||
900 | 900 | ||
901 | const struct inode_operations cifs_symlink_inode_ops = { | 901 | const struct inode_operations cifs_symlink_inode_ops = { |
902 | .readlink = generic_readlink, | 902 | .readlink = generic_readlink, |
903 | .follow_link = cifs_follow_link, | 903 | .get_link = cifs_get_link, |
904 | .put_link = kfree_put_link, | ||
905 | .permission = cifs_permission, | 904 | .permission = cifs_permission, |
906 | /* BB add the following two eventually */ | 905 | /* BB add the following two eventually */ |
907 | /* revalidate: cifs_revalidate, | 906 | /* revalidate: cifs_revalidate, |