Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
* 'for-linus' of git://git.infradead.org/ubi-2.6: UBI: fix volume creation input checking
This commit is contained in:
commit
551e28dbe8
1 changed files with 0 additions and 1 deletions
|
@ -853,7 +853,6 @@ static long ubi_cdev_ioctl(struct file *file, unsigned int cmd,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
req.name[req.name_len] = '\0';
|
|
||||||
err = verify_mkvol_req(ubi, &req);
|
err = verify_mkvol_req(ubi, &req);
|
||||||
if (err)
|
if (err)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue