diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-06-21 09:12:08 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-06-21 09:12:08 +0000 |
| commit | 47f44cb7089dd6a8974539195842fc06e763fa98 (patch) | |
| tree | cf5602567d54aeb759cc243286c51530aa69c1ed /sys | |
| parent | be8b4bc83157f3acf79926dc2e6e92e3034784a1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/geom/gate/g_gate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index aae2d0eae83f0..360238b748c5b 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -355,7 +355,9 @@ g_gate_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, sbuf_printf(sb, "%s<queue_size>%u</queue_size>\n", indent, sc->sc_queue_size); sbuf_printf(sb, "%s<ref>%u</ref>\n", indent, sc->sc_ref); + g_topology_unlock(); g_gate_release(sc); + g_topology_lock(); } static int |
