summaryrefslogtreecommitdiffstats
path: root/sys/dev/md
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-27 17:48:37 +0000
committersobomax <sobomax@FreeBSD.org>2001-08-27 17:48:37 +0000
commit16fa9e5c5bb3dad4e50d73251023de6786837b8c (patch)
tree099c58ad5167990206f5a29b8c177f5da5e0065a /sys/dev/md
parent15ef553e24f2016c21171f8205f5c5a990e1329a (diff)
downloadFreeBSD-src-16fa9e5c5bb3dad4e50d73251023de6786837b8c.zip
FreeBSD-src-16fa9e5c5bb3dad4e50d73251023de6786837b8c.tar.gz
OOPS, remove local change that somehow slipped into a commit (I swear that
I already deleted it some time ago). This should fix problem people have with unsefined reference to `MD_PRELOAD_COMPRESSED'. Submitted by: Manfred Antar <null@pozo.com>
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 4fd8689..3f16777 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -811,7 +811,6 @@ mddetach(int unit, struct proc *p)
case MD_SWAP:
case MD_MALLOC:
case MD_PRELOAD:
- case MD_PRELOAD_COMPRESSED:
return (mddestroy(sc, p));
default:
return (EOPNOTSUPP);
OpenPOWER on IntegriCloud