From ba64e54157598a2becfe13c5f334b1bbca251af4 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 21 Mar 2002 12:03:09 +0000 Subject: 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. --- sbin/mdconfig/mdconfig.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin') diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index 8407423..8a6019f 100644 --- a/sbin/mdconfig/mdconfig.c +++ b/sbin/mdconfig/mdconfig.c @@ -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) -- cgit v1.1