projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eecd73
)
befs: fix up missed follow_link declaration change
author
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 20 Aug 2005 20:20:01 +0000
(13:20 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 20 Aug 2005 20:20:01 +0000
(13:20 -0700)
We'd updated the prototype and the return value, but not the function
declaration itself.
fs/befs/linuxvfs.c
patch
|
blob
|
history
diff --git
a/fs/befs/linuxvfs.c
b/fs/befs/linuxvfs.c
index
abf950e
..
e0a6025
100644
(file)
--- 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);