mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 13:13:04 -04:00
[PATCH] freevxfs: fix breakage introduced by symlink fixes
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
db873896d1
commit
a5ea169c95
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user