Commit a5ea169c authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds

[PATCH] freevxfs: fix breakage introduced by symlink fixes

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent db873896
...@@ -72,7 +72,7 @@ struct address_space_operations vxfs_immed_aops = { ...@@ -72,7 +72,7 @@ struct address_space_operations vxfs_immed_aops = {
* Returns: * Returns:
* Zero on success, else a negative error code. * Zero on success, else a negative error code.
*/ */
static int static void *
vxfs_immed_follow_link(struct dentry *dp, struct nameidata *np) vxfs_immed_follow_link(struct dentry *dp, struct nameidata *np)
{ {
struct vxfs_inode_info *vip = VXFS_INO(dp->d_inode); struct vxfs_inode_info *vip = VXFS_INO(dp->d_inode);
......
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