Revert 1.20:

Memory disks may be used for other purposes besides newfs(8), so it
isn't helpful to require the minimum size meet newfs(8)'s criteria.
This commit is contained in:
Mike Barcroft 2002-03-21 12:03:09 +00:00
parent 4bcae9ff30
commit 40dcc8608d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92874

View File

@ -144,8 +144,6 @@ main(int argc, char **argv)
mdio.md_size *= (1024 * 1024 * 1024 / DEV_BSIZE);
else
errx(1, "Unknown suffix on -s argument");
if (mdio.md_size < 192)
errx(1, "Filesystem too small");
break;
case 'u':
if (cmdline != 2 && cmdline != 3)