diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-03-02 22:00:19 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-03-02 22:00:19 +0000 |
| commit | b8d3ec490d2493fa496458f4fbed0a57b7681277 (patch) | |
| tree | 199fec42b305433d69ba97ffea4e4c3effd47e56 | |
| parent | 850c9afd03edbf9f80f75ff05c2e8c0dd511e347 (diff) | |
Notes
| -rw-r--r-- | sys/dev/vinum/vinumio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumio.h b/sys/dev/vinum/vinumio.h index 105c17075a2c..a94c6f049d98 100644 --- a/sys/dev/vinum/vinumio.h +++ b/sys/dev/vinum/vinumio.h @@ -59,7 +59,7 @@ struct _ioctl_reply { #define VINUM_VOLCONFIG _IOWR(L, 69, struct volume) /* get volume config */ #define VINUM_PLEXSDCONFIG _IOWR(L, 70, struct sd) /* get sd config for plex (plex, sdno) */ #define VINUM_GETFREELIST _IOWR(L, 71, struct drive_freelist) /* get freelist element (drive, fe) */ -#define VINUM_SAVECONFIG _IOC(0, L, 72, 0) /* release locks, update, write config to disk */ +#define VINUM_SAVECONFIG _IOW(L, 72, int) /* write config to disk */ #define VINUM_RESETCONFIG _IOC(0, L, 73, 0) /* trash config on disk */ #define VINUM_INIT _IOC(0, L, 74, 0) /* read config from disk */ #ifdef VINUMDEBUG |
