Loading fs/gfs2/ops_inode.c +2 −1 Original line number Diff line number Diff line Loading @@ -1088,7 +1088,8 @@ static void *gfs2_follow_link(struct dentry *dentry, struct nameidata *nd) error = vfs_follow_link(nd, buf); if (buf != array) kfree(buf); } } else path_put(&nd->path); return ERR_PTR(error); } Loading Loading
fs/gfs2/ops_inode.c +2 −1 Original line number Diff line number Diff line Loading @@ -1088,7 +1088,8 @@ static void *gfs2_follow_link(struct dentry *dentry, struct nameidata *nd) error = vfs_follow_link(nd, buf); if (buf != array) kfree(buf); } } else path_put(&nd->path); return ERR_PTR(error); } Loading