Date: Mon, 10 Mar 2003 22:11:32 +0100 From: "Peter J. Blok" <pblok@inter.NL.net> To: freebsd-hackers@freebsd.org Subject: patch for vinum Message-ID: <200303102211.32856.pblok@inter.NL.net>
index | next in thread | raw e-mail
[-- Attachment #1 --]
Hi,
Can somebody commit the following patch for vinum. This is already inside
FreeBSD-5.0, but seems to be forgotten in 4.X-STABLE.
It fixes a strange (and unknown) error code when doing vinum detach. The error
variable is not set to 0.
Peter
[-- Attachment #2 --]
*** dev/vinum/vinumioctl.c.orig Sun Feb 3 01:44:19 2002
--- dev/vinum/vinumioctl.c Wed Jan 8 02:26:11 2003
***************
*** 629,634 ****
--- 629,635 ----
give_plex_to_volume(msg->otherobject, msg->index); /* and give it to the volume */
update_plex_config(plex->plexno, 0);
save_config();
+ reply->error = 0;
}
}
}
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303102211.32856.pblok>
