diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-03-21 12:03:09 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-03-21 12:03:09 +0000 |
| commit | 40dcc8608de0d9badccfe8f9ce6883aecc616096 (patch) | |
| tree | 77872ed31ffb24f9468792ca4573a8b4cc1c6543 | |
| parent | 4bcae9ff3072430a1214db1112375a698fe192f2 (diff) | |
Notes
| -rw-r--r-- | sbin/mdconfig/mdconfig.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c index 840742393091..8a6019f008ce 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) |
