Skip to content

Commit

Permalink
befs: fix up missed follow_link declaration change
Browse files Browse the repository at this point in the history
We'd updated the prototype and the return value, but not the function
declaration itself.
  • Loading branch information
Linus Torvalds committed Aug 20, 2005
1 parent 1eecd73 commit db87389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/befs/linuxvfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ befs_destroy_inodecache(void)
* The data stream become link name. Unless the LONG_SYMLINK
* flag is set.
*/
static int
static void *
befs_follow_link(struct dentry *dentry, struct nameidata *nd)
{
befs_inode_info *befs_ino = BEFS_I(dentry->d_inode);
Expand Down

0 comments on commit db87389

Please sign in to comment.