summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-03-21 12:03:09 +0000
committermike <mike@FreeBSD.org>2002-03-21 12:03:09 +0000
commitba64e54157598a2becfe13c5f334b1bbca251af4 (patch)
tree77872ed31ffb24f9468792ca4573a8b4cc1c6543 /sbin/mdconfig
parent25e5396e19b0f82eb681edcb4148bf508e13ef7b (diff)
downloadFreeBSD-src-ba64e54157598a2becfe13c5f334b1bbca251af4.zip
FreeBSD-src-ba64e54157598a2becfe13c5f334b1bbca251af4.tar.gz
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.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.c2
1 files changed, 0 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud