Date: Sat, 3 May 2003 22:13:17 -0700 (PDT) From: Greg Lehey <grog@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum commands.c Message-ID: <200305040513.h445DH3K018958@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 2003/05/03 22:13:17 PDT FreeBSD src repository Modified files: sbin/vinum commands.c Log: Rewrite of startup code: vinum_read: Accept 0 parameters, hand an empty string to the kernel if so. Use new ioctl VINUM_READCONFIG, not VINUM_CREATE, to read config. vinum_start: When passed 0 parameters, drop the devstat kludge and call vinum_read instead. It's no longer necessary to distinguish between "start" and "read" if no parameters are passed, and probably one of them should go away. Revision Changes Path 1.48 +13 -56 src/sbin/vinum/commands.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305040513.h445DH3K018958>