mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
befs: fix up missed follow_link declaration change
We'd updated the prototype and the return value, but not the function declaration itself.
This commit is contained in:
parent
1eecd73cce
commit
db873896d1
@ -461,7 +461,7 @@ befs_destroy_inodecache(void)
|
|||||||
* The data stream become link name. Unless the LONG_SYMLINK
|
* The data stream become link name. Unless the LONG_SYMLINK
|
||||||
* flag is set.
|
* flag is set.
|
||||||
*/
|
*/
|
||||||
static int
|
static void *
|
||||||
befs_follow_link(struct dentry *dentry, struct nameidata *nd)
|
befs_follow_link(struct dentry *dentry, struct nameidata *nd)
|
||||||
{
|
{
|
||||||
befs_inode_info *befs_ino = BEFS_I(dentry->d_inode);
|
befs_inode_info *befs_ino = BEFS_I(dentry->d_inode);
|
||||||
|
Loading…
Reference in New Issue
Block a user