Message ID | 1448630130-8640-1-git-send-email-panxuesong@huawei.com |
---|---|
State | Not Applicable |
Delegated to: | David Woodhouse |
Headers | show |
diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c index d86c5e3..20b4d84 100644 --- a/fs/jffs2/super.c +++ b/fs/jffs2/super.c @@ -286,7 +286,6 @@ static int jffs2_fill_super(struct super_block *sb, void *data, int silent) ret = jffs2_parse_options(c, data); if (ret) { - kfree(c); return -EINVAL; }