diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-11-02 00:37:39 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-11-02 00:37:39 +0000 |
| commit | 3398f41fc0edef1f321627f72cdf219787262085 (patch) | |
| tree | 3935c4e425f7a5537a27f225d4e3c46ad7bf2f8c /sys | |
| parent | 5cae408f8142e54abc59ab291afc430027e1e89f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/geom/journal/g_journal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/journal/g_journal.c b/sys/geom/journal/g_journal.c index 15aae95032df..ad16e78b89e5 100644 --- a/sys/geom/journal/g_journal.c +++ b/sys/geom/journal/g_journal.c @@ -2063,6 +2063,7 @@ g_journal_worker(void *arg) mtx_unlock_spin(&sched_lock); sc = arg; + type = 0; /* gcc */ if (sc->sc_flags & GJF_DEVICE_CLEAN) { GJ_DEBUG(0, "Journal %s clean.", sc->sc_name); |
