VINUM_STARTCONFIG:

Pass the 'data' parameter to start_config, which uses it as the
  parameter 'force.
This commit is contained in:
grog 1999-03-23 04:48:31 +00:00
parent 5f48e8b768
commit ed415fe18c

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.