VINUM_STARTCONFIG:
Pass the 'data' parameter to start_config, which uses it as the parameter 'force.
This commit is contained in:
parent
5f48e8b768
commit
ed415fe18c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user