tree d5bf83467cd473ab271a052f65e1095eb2bfbb87
parent 1eecd73cce4e11ba9d67ad767f92069cfba7b589
author Linus Torvalds <[EMAIL PROTECTED]> Sun, 21 Aug 2005 03:20:01 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 21 Aug 2005 03:20:01 -0700

befs: fix up missed follow_link declaration change

We'd updated the prototype and the return value, but not the function
declaration itself.

 fs/befs/linuxvfs.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to