diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-06-03 06:30:11 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-06-03 06:30:11 +0000 |
commit | 89c6866558dfbbb7dd9df14164cdb0aefba9aee2 (patch) | |
tree | cbb57f814f723c1330cefc10aeec842ebc89ade6 | |
parent | 00d8bb477090ead00b89534a86bbd660874164b2 (diff) |
Oops need to kill the XXX comment that we are not enabling softraid rebuild
-rw-r--r-- | sys/dev/softraid.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index d51333b396c..5e23e67ad08 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.142 2009/06/03 06:28:56 marco Exp $ */ +/* $OpenBSD: softraid.c,v 1.143 2009/06/03 06:30:10 marco Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -1808,9 +1808,6 @@ sr_ioctl_setstate(struct sr_softc *sc, struct bioc_setstate *bs) struct disklabel label; struct sr_meta_chunk *old, *new; - /* XXX disabled for now */ - //goto done; - if (bs->bs_other_id_type == BIOC_SSOTHER_UNUSED) goto done; |