FreeBSD Bugzilla – Attachment 102059 Details for
Bug 141740
[geom] gjournal(8): g_journal_destroy concurrent error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 652 bytes, created by
Zhouyi Zhou
on 2009-12-18 06:00:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Zhouyi Zhou
Created:
2009-12-18 06:00:14 UTC
Size:
652 bytes
patch
obsolete
>--- g_journal.c~ 2009-12-07 10:37:58.000000000 +0000 >+++ g_journal.c 2009-12-18 12:25:20.000000000 +0000 >@@ -2349,7 +2349,7 @@ > wakeup(sc); > while (sc->sc_worker != NULL) > msleep(&sc->sc_worker, &sc->sc_mtx, PRIBIO, "gj:destroy", 0); >- mtx_destroy(&sc->sc_mtx); >+ > > if (pp != NULL) { > GJ_DEBUG(1, "Marking %s as clean.", sc->sc_name); >@@ -2378,6 +2378,7 @@ > g_post_event(g_journal_destroy_consumer, cp, M_WAITOK, NULL); > } > gp->softc = NULL; >+ mtx_destroy(&sc->sc_mtx); > g_wither_geom(gp, ENXIO); > free(sc, M_JOURNAL); > return (0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141740
: 102059