提交 a2c45807 编写于 作者: S Steven Whitehouse

[GFS2] vfree should be kfree

This was missed in an earlier patch when changing over from vmalloc
to kmalloc for the superblock.
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 5ce311eb
......@@ -769,7 +769,7 @@ static int fill_super(struct super_block *sb, void *data, int silent)
fail_sys:
gfs2_sys_fs_del(sdp);
fail:
vfree(sdp);
kfree(sdp);
sb->s_fs_info = NULL;
return error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册