diff options
-rw-r--r-- | sys/dev/md/md.c | 1 |
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); |