mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
s/gmirror/graid/
This commit is contained in:
parent
0a4cc48fe5
commit
c9f545e5f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234816
@ -1823,8 +1823,8 @@ g_raid_create_node(struct g_class *mp,
|
||||
sc->sc_flags = 0;
|
||||
TAILQ_INIT(&sc->sc_volumes);
|
||||
TAILQ_INIT(&sc->sc_disks);
|
||||
sx_init(&sc->sc_lock, "gmirror:lock");
|
||||
mtx_init(&sc->sc_queue_mtx, "gmirror:queue", NULL, MTX_DEF);
|
||||
sx_init(&sc->sc_lock, "graid:lock");
|
||||
mtx_init(&sc->sc_queue_mtx, "graid:queue", NULL, MTX_DEF);
|
||||
TAILQ_INIT(&sc->sc_events);
|
||||
bioq_init(&sc->sc_queue);
|
||||
gp->softc = sc;
|
||||
|
Loading…
Reference in New Issue
Block a user