Skip to content

Commit

Permalink
[PATCH] freevxfs: fix breakage introduced by symlink fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Aug 20, 2005
1 parent db87389 commit a5ea169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/freevxfs/vxfs_immed.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct address_space_operations vxfs_immed_aops = {
* Returns:
* Zero on success, else a negative error code.
*/
static int
static void *
vxfs_immed_follow_link(struct dentry *dp, struct nameidata *np)
{
struct vxfs_inode_info *vip = VXFS_INO(dp->d_inode);
Expand Down

0 comments on commit a5ea169

Please sign in to comment.