diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2000-06-02 04:02:15 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2000-06-02 04:02:15 +0000 |
| commit | d8c8f72dd9235313ef5956ee84e7e115dbc64d7f (patch) | |
| tree | 4668714b4d447c3b904f2daee17c5891915fb476 /sys/dev/vinum | |
| parent | b47055ad2c5088bf544caa5eaaa27823883b33ae (diff) | |
Notes
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/vinumconfig.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/vinum/vinumconfig.c b/sys/dev/vinum/vinumconfig.c index 81a1ad082c0b5..06850c8865c9e 100644 --- a/sys/dev/vinum/vinumconfig.c +++ b/sys/dev/vinum/vinumconfig.c @@ -45,7 +45,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumconfig.c,v 1.29 2000/02/29 01:51:31 grog Exp grog $ + * $Id: vinumconfig.c,v 1.30 2000/05/01 09:45:50 grog Exp grog $ * $FreeBSD$ */ @@ -285,11 +285,12 @@ give_sd_to_plex(int plexno, int sdno) } /* - * The plex doesn't have any subdisk with a larger - * offset. Insert it + * The plex doesn't have any subdisk with a + * larger offset. Insert it here. */ plex->sdnos[i] = sdno; sd->plexsdno = i; /* note where we are in the subdisk */ + sd->plexno = plex->plexno; /* and who we belong to */ return i; } |
