FreeBSD Bugzilla – Attachment 158515 Details for
Bug 201185
[patch] geli: don't panic on spoil events
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
orphan.patch (text/plain), 672 bytes, created by
fullermd
on 2015-07-07 21:01:21 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
fullermd
Created:
2015-07-07 21:01:21 UTC
Size:
672 bytes
patch
obsolete
>Index: sys/geom/eli/g_eli.c >=================================================================== >--- sys/geom/eli/g_eli.c (revision 285255) >+++ sys/geom/eli/g_eli.c (working copy) >@@ -730,10 +730,10 @@ > sc = malloc(sizeof(*sc), M_ELI, M_WAITOK | M_ZERO); > gp->start = g_eli_start; > /* >- * Spoiling cannot happen actually, because we keep provider open for >- * writing all the time or provider is read-only. >+ * Spoiling can happen even though we have the provider open >+ * exclusively, e.g. through media change events. > */ >- gp->spoiled = g_eli_orphan_spoil_assert; >+ gp->spoiled = g_eli_orphan; > gp->orphan = g_eli_orphan; > gp->dumpconf = g_eli_dumpconf; > /*
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 201185
:
158142
| 158515