Loading fs/ubifs/super.c +2 −2 Original line number Diff line number Diff line Loading @@ -796,7 +796,7 @@ static int alloc_wbufs(struct ubifs_info *c) { int i, err; c->jheads = kzalloc(c->jhead_cnt * sizeof(struct ubifs_jhead), c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), GFP_KERNEL); if (!c->jheads) return -ENOMEM; Loading Loading
fs/ubifs/super.c +2 −2 Original line number Diff line number Diff line Loading @@ -796,7 +796,7 @@ static int alloc_wbufs(struct ubifs_info *c) { int i, err; c->jheads = kzalloc(c->jhead_cnt * sizeof(struct ubifs_jhead), c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), GFP_KERNEL); if (!c->jheads) return -ENOMEM; Loading