Commit 3aad7947 authored by Steve French's avatar Steve French Committed by Steve French

[CIFS] Fix CIFS symlink regression when long symlink paths

Signed-of-by: Steve French (sfrench@us.ibm.com)
parent 4da6e525
...@@ -512,7 +512,7 @@ struct inode_operations cifs_file_inode_ops = { ...@@ -512,7 +512,7 @@ struct inode_operations cifs_file_inode_ops = {
}; };
struct inode_operations cifs_symlink_inode_ops = { struct inode_operations cifs_symlink_inode_ops = {
.readlink = cifs_readlink, .readlink = generic_readlink,
.follow_link = cifs_follow_link, .follow_link = cifs_follow_link,
.put_link = cifs_put_link, .put_link = cifs_put_link,
.permission = cifs_permission, .permission = cifs_permission,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment