summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-02-16 13:09:39 +0000
committerbde <bde@FreeBSD.org>1995-02-16 13:09:39 +0000
commit2db3914936bb7718d5aa05da7135e6fd45a25d2c (patch)
treeb235b89908074caec01a4ca450e03040982699c1 /sys/dev/vn
parentfd8db944d6ee4ae6f81bae1471f62b1fa60e5f8c (diff)
downloadFreeBSD-src-2db3914936bb7718d5aa05da7135e6fd45a25d2c.zip
FreeBSD-src-2db3914936bb7718d5aa05da7135e6fd45a25d2c.tar.gz
Temporarily stop this compiling if the option TEST_LABELLING is defined
so that new slice support code can be installed without risk of corrupting vn devices (if any).
Diffstat (limited to 'sys/dev/vn')
-rw-r--r--sys/dev/vn/vn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index 13bd922..d8e03a2 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -77,6 +77,7 @@
#include <sys/uio.h>
#include <sys/disklabel.h> /* YF - needed anyway for disksort() */
#ifdef TEST_LABELLING
+#error "labeling temporarily disabled (slice numbers have changed)"
#include <sys/diskslice.h>
#include <sys/stat.h>
#endif
OpenPOWER on IntegriCloud