X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fcifs%2Fcifsfs.c;h=849f6132b327e5e79e35bd4a178784eea001b267;hb=62a3a12667ac551c0251d6437372c34a98dd991c;hp=77fc5e181077b1f897cf27d40c140133b6cf6d0f;hpb=53575aa99dc1584484b99c8173042d8370f6ed88;p=~andy%2Flinux diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 77fc5e18107..849f6132b32 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -862,7 +862,7 @@ const struct inode_operations cifs_file_inode_ops = { const struct inode_operations cifs_symlink_inode_ops = { .readlink = generic_readlink, .follow_link = cifs_follow_link, - .put_link = cifs_put_link, + .put_link = kfree_put_link, .permission = cifs_permission, /* BB add the following two eventually */ /* revalidate: cifs_revalidate,