VINUM_STARTCONFIG:

Pass the 'data' parameter to start_config, which uses it as the
  parameter 'force.
This commit is contained in:
Greg Lehey 1999-03-23 04:48:31 +00:00
parent dae797bc58
commit 8d2eda6481
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44954

View File

@ -125,7 +125,7 @@ vinumioctl(dev_t dev,
/* start configuring the subsystem */
case VINUM_STARTCONFIG:
return start_config(); /* just lock it */
return start_config(*(int *) data); /* just lock it. Parameter is 'force' */
/*
* Move the individual parts of the config to user space.