Commit 43410fd0 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] smbfs compile fix

smbfs compilation fix
parent 291d484d
......@@ -63,6 +63,6 @@ int smb_follow_link(struct dentry *dentry, struct nameidata *nd)
struct inode_operations smb_link_inode_operations =
{
.readlink smb_read_link,
.follow_link smb_follow_link,
.readlink = smb_read_link,
.follow_link = smb_follow_link,
};
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