summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 18:49:23 +0000
committerphk <phk@FreeBSD.org>2001-05-29 18:49:23 +0000
commit9937949fe2da41a7e6bdaa2d7e55f9b6b663c8b3 (patch)
tree89893f0d8a6896394f409643464fbe6fa9949799
parentbad4fc51cc843d63340d09c97f11918d8ee0feee (diff)
downloadFreeBSD-src-9937949fe2da41a7e6bdaa2d7e55f9b6b663c8b3.zip
FreeBSD-src-9937949fe2da41a7e6bdaa2d7e55f9b6b663c8b3.tar.gz
Remove MFS compat bits.
-rw-r--r--sys/dev/md/md.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index b541b66..53079b6 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -57,7 +57,6 @@
* From: src/sys/dev/vn/vn.c,v 1.122 2000/12/16 16:06:03
*/
-#include "opt_mfs.h" /* We have adopted some tasks from MFS */
#include "opt_md.h"
#include <sys/param.h>
@@ -100,16 +99,6 @@ MALLOC_DEFINE(M_MDSECT, "MD sectors", "Memory Disk Sectors");
static int md_debug;
SYSCTL_INT(_debug, OID_AUTO, mddebug, CTLFLAG_RW, &md_debug, 0, "");
-#if defined(MFS_ROOT) && !defined(MD_ROOT)
-#define MD_ROOT MFS_ROOT
-#warning "option MFS_ROOT has been superceeded by MD_ROOT"
-#endif
-
-#if defined(MFS_ROOT_SIZE) && !defined(MD_ROOT_SIZE)
-#define MD_ROOT_SIZE MFS_ROOT_SIZE
-#warning "option MFS_ROOT_SIZE has been superceeded by MD_ROOT_SIZE"
-#endif
-
#if defined(MD_ROOT) && defined(MD_ROOT_SIZE)
/* Image gets put here: */
static u_char mfs_root[MD_ROOT_SIZE*1024] = "MFS Filesystem goes here";
OpenPOWER on IntegriCloud