diff --git a/[refs] b/[refs] index ee292055c995..a7da2ccaebab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ce311ebdb90429519f7c6d2092e4ae6ca8cba74 +refs/heads/master: a2c4580797f62b0dd9a48f1e0ce3fe8b8fd76262 diff --git a/trunk/fs/gfs2/ops_fstype.c b/trunk/fs/gfs2/ops_fstype.c index f4397ce51482..e8b7a1ae163b 100644 --- a/trunk/fs/gfs2/ops_fstype.c +++ b/trunk/fs/gfs2/ops_fstype.c @@ -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; }