Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 551e28db authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents b39bda6e c5ce5b46
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -853,7 +853,6 @@ static long ubi_cdev_ioctl(struct file *file, unsigned int cmd,
			break;
		}

		req.name[req.name_len] = '\0';
		err = verify_mkvol_req(ubi, &req);
		if (err)
			break;